|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | is_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... | |
Namespaces | |
| namespace | etl |
Variables | |
| template<typename T , typename U > | |
| constexpr bool | is_assignable_v = __is_assignable(T, U) |