aimstil  5.0.5
til::value_type_of< T > Struct Template Reference

Externalization of the standard value_type member typedef. More...

#include <til/traits.h>

Inheritance diagram for til::value_type_of< T >:

Public Types

typedef T::value_type type
 

Detailed Description

template<typename T>
struct til::value_type_of< T >

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.

Definition at line 198 of file traits.h.

Member Typedef Documentation

◆ type

template<typename T>
typedef T::value_type til::value_type_of< T >::type

Definition at line 200 of file traits.h.


The documentation for this struct was generated from the following file: