tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_nothrow_assignable.hpp File Reference

Go to the source code of this file.

Classes

struct  is_nothrow_assignable< T, U >
 If the expression etl::declval<T>() = etl::declval<U>() is well-formed in unevaluated context, provides the member constant value equal true. Otherwise, value is false. Access checks are performed as if from a context unrelated to either type. More...
 
struct  is_nothrow_assignable< T, U >
 

Namespaces

namespace  etl
 

Variables

template<typename T, typename U>
constexpr bool is_nothrow_assignable_v = is_nothrow_assignable<T, U>::value