Test if a type is an rvalue reference. More...
Static Public Attributes | |
static constexpr const bool | value = false |
Test if a type is an rvalue reference.
If the tested type is an rvalue, it will become true_type, otherwise it will be false_type
Based on std::is_rvalue_reference
T | Type to test. |
|
staticconstexpr |