tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_nothrow_default_constructible< T > |
If etl::is_nothrow_constructible<T>::value is true, provides the member constant value equal to true, otherwise value is false. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_nothrow_default_constructible_v = is_nothrow_default_constructible<T>::value |