std::destructible - Man Page
[concept.destructible], concept destructible
Synopsis
#include <concepts>
Concept definition
template<typename _Tp> concept std::destructible = __detail::__destructible<_Tp>
Detailed Description
[concept.destructible], concept destructible
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
libstdc++