DOKK / manpages / debian 13 / libstdc++-12-doc / std::destructible.3cxx.en
std::destructible(3cxx) std::destructible(3cxx)

std::destructible - [concept.destructible], concept destructible

#include <concepts>

template<typename _Tp>
concept std::destructible =  is_nothrow_destructible_v<_Tp>

[concept.destructible], concept destructible

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++