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