|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | is_reference< T > |
| If T is a reference type (lvalue reference or rvalue reference), provides the member constant value equal true. For any other type, value is false. The behavior of a program that adds specializations for is_reference or is_reference_v is undefined. More... | |
| struct | is_reference< T & > |
| struct | is_reference< T && > |
Namespaces | |
| namespace | etl |
Variables | |
| template<typename T > | |
| constexpr bool | is_reference_v = is_reference<T>::value |