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