template <class T>
struct value
{ typedef value-type-of-T type ; }
Provides the value_type of the given type.
This meta-function can either be specialised for every
expression to return the corresponding value-type or by default will
query the embedded type value_type of the
template argument.
type | the value-type |