tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_nothrow_constructible< T, Args > Struct Template Reference

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...

#include <is_nothrow_constructible.hpp>

Inheritance diagram for is_nothrow_constructible< T, Args >:
integral_constant< Type, Val >

Additional Inherited Members

- Public Types inherited from integral_constant< Type, Val >
using type = integral_constant<Type, Val>
 
using value_type = Type
 
- Public Member Functions inherited from integral_constant< Type, Val >
constexpr operator value_type () const noexcept
 
constexpr auto operator() () const noexcept -> value_type
 
- Static Public Attributes inherited from integral_constant< Type, Val >
static constexpr Type value = Val
 

Detailed Description

template<typename T, typename... Args>
struct etl::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.


The documentation for this struct was generated from the following file: