std::destructible
[concept.destructible], concept destructible
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
[concept.destructible], concept destructible
#include <concepts>
template<typename _Tp> concept std::destructible = __detail::__destructible<_Tp>
[concept.destructible], concept destructible
Generated automatically by Doxygen for libstdc++ from the source code.