aimstil
5.0.5
|
Externalization of the standard value_type member typedef. More...
#include <til/traits.h>
Public Types | |
typedef T::value_type | type |
Externalization of the standard value_type member typedef.
The value_type is actually a bit schizophrenic of a type. For containers, it is the type of the containees. For pointers, it is the type of the pointees. For iterators, it is the type of the iteratees.
typedef T::value_type til::value_type_of< T >::type |