value_type<T>

Prototype

template <class T>
struct value
{ typedef value-type-of-T type ; }

Description

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.

Definition

Defined in utilities/value_type.hpp

Associated types

typethe value-type