tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_nothrow_constructible< T, Args > |
The variable definition does not call any operation that is not trivial. For the purposes of this check, the call to etl::declval is considered trivial. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T, typename... Args> | |
constexpr bool | is_nothrow_constructible_v = is_nothrow_constructible<T, Args...>::value |