table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.3.0-1
std::destructible(3cxx) | std::destructible(3cxx) |
NAME¶
std::destructible - [concept.destructible], concept destructible
SYNOPSIS¶
Concept definition¶
template<typename _Tp> concept std::destructible = is_nothrow_destructible_v<_Tp>
Detailed Description¶
[concept.destructible], concept destructible
Definition at line 132 of file concepts.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |