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