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