Checks if a type has a destructor. More...
Inherits is_destructible< Bare< T > >.
A Unary concept to check if a type has a destructor.
Classes without a destructor can typically not be instantiated with automatic storage duration, so this would be useful to check in those situations where this is a requirement. Types without a destructor are often pretty rare, however.
T | Type to check |