|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | is_compound< T > |
| If T is a compound type (that is, array, function, object pointer, function pointer, member object pointer, member function pointer, reference, class, union, or enumeration, including any cv-qualified variants), provides the member constant value equal true. For any other type, value is false. More... | |
Namespaces | |
| namespace | etl |
Variables | |
| template<typename T > | |
| constexpr bool | is_compound_v = not is_fundamental_v<T> |