tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_rvalue_reference< T > |
Checks whether T is a rvalue reference type. Provides the member constant value which is equal to true, if T is a rvalue reference type. Otherwise, value is equal to false. More... | |
struct | is_rvalue_reference< T && > |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_rvalue_reference_v = is_rvalue_reference<T>::value |