Remove the volatile and const qualifier from a type. More...
Public Types | |
typedef remove_volatile< typenameremove_const< T >::type >::type | type |
Type without volatile or const. | |
Remove the volatile and const qualifier from a type.
A template that sets its type to be the declared type without the volatile or const keywords.
Based on std::remove_cv
T | Type to remove the volatile or const keywords. |
remove_volatile<typenameremove_const<T>::type>::type Burger::remove_cv< T >::type |
Type without volatile or const.