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