Retrieve the base component of a type. More...
#include <basetype.h>
Public Types | |
| typedef T | base |
Retrieve the base component of a type.
A class template with specialisation that support th retrieval of the 'base type' of a type, i.e. the type with the qualifiers 'const' '&' removed.
E.g all the types below are 'int'
basetype<int>::base basetype<const int>::base basetype<int&>::base basetype<const int&>::base
Definition at line 79 of file basetype.h.
| typedef T Dv::basetype< const T & >::base |
Definition at line 80 of file basetype.h.
| dvutil-1.0.10 | [ 5 December, 2009] |