Support Class Library
A set of tools providing classes and utility
|
Destructible concept, a type T is destructible if it defines a destructor that won't throw. More...
#include "Destructible.h"
Public Member Functions | |
constexpr | operator bool () const |
Destructible concept, a type T is destructible if it defines a destructor that won't throw.
T | the type to check against |
Definition at line 12 of file Destructible.h.
|
inline |
Definition at line 13 of file Destructible.h.