Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::random_access_iterator< T, Reference, DifferenceType, ValueType > Struct Template Reference

#include <iterator.hpp>

Inheritance diagram for boost::type_erasure::random_access_iterator< T, Reference, DifferenceType, ValueType >:
Collaboration diagram for boost::type_erasure::random_access_iterator< T, Reference, DifferenceType, ValueType >:

Public Types

typedef ValueType value_type
 
typedef iterator_reference
< Reference, ValueType >::type 
reference
 
typedef DifferenceType difference_type
 

Member Typedef Documentation

template<class T , class Reference , class DifferenceType , class ValueType >
typedef DifferenceType boost::type_erasure::iterator< ::boost::random_access_traversal_tag, T, Reference, DifferenceType, ValueType >::difference_type
inherited
template<class T , class Reference , class DifferenceType , class ValueType >
typedef iterator_reference<Reference, ValueType>::type boost::type_erasure::iterator< ::boost::random_access_traversal_tag, T, Reference, DifferenceType, ValueType >::reference
inherited
template<class T , class Reference , class DifferenceType , class ValueType >
typedef ValueType boost::type_erasure::iterator< ::boost::random_access_traversal_tag, T, Reference, DifferenceType, ValueType >::value_type
inherited

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