Test if a type is const. More...
Static Public Attributes | |
static constexpr const bool | value = false |
Test if a type is const.
A template that checks a type if it has the keyword const.
This instantiation derives from false_type
Based on std::is_const
T | Type to check. |
|
staticconstexpr |