libstdc++
std::destructible Concept Reference

Concept definition

template<typename _Tp>
concept std::destructible = is_nothrow_destructible_v<_Tp>
[concept.destructible], concept destructible
Definition: concepts:132

Detailed Description

[concept.destructible], concept destructible

Definition at line 132 of file concepts.