tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_destructible< T > |
Because the C++ program terminates if a destructor throws an exception during stack unwinding (which usually cannot be predicted), all practical destructors are non-throwing even if they are not declared noexcept. All destructors found in the C++ standard library are non-throwing. More... | |
struct | is_destructible< Type[]> |
struct | is_destructible< void > |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr auto | is_destructible_v = is_destructible<T>::value |