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