typename removeCV<T>::type is the same as type T but is neither const nor is it volatile. More...
#include <classTraits.h>
Public Types | |
typedef removeConst< typename removeVolatile< T >::type > ::type | type |
typename removeCV<T>::type is the same as type T but is neither const nor is it volatile.
Definition at line 342 of file classTraits.h.
typedef removeConst< typename removeVolatile<T>::type >::type type |
Definition at line 348 of file classTraits.h.