Remove the reference qualifier to a type. More...
Public Types | |
typedef T | type |
Type with reference removed. | |
Remove the reference qualifier to a type.
A template that sets its type to be the declared type without references.
Based on std::remove_reference
T | Type to remove reference. |
T Burger::remove_reference< T >::type |
Type with reference removed.