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