Add the const and volatile qualifier to a type. More...
Public Types | |
typedef const volatile T | type |
Type with const and volatile. | |
Add the const and volatile qualifier to a type.
A template that sets its type to be the declared type with the const and volatile keywords.
Based on std::add_cv
T | Type to add the const and volatile keywords. |
const volatile T Burger::add_cv< T >::type |
Type with const and volatile.