tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_trivially_destructible< T > |
Storage occupied by trivially destructible objects may be reused without calling the destructor. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_trivially_destructible_v = __has_trivial_destructor(T) |