STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | List of all members
iterator_traits< _Iter > Struct Template Reference

Public Types

typedef _Iter::iterator_category iterator_category
 
typedef _Iter::value_type value_type
 
typedef _Iter::difference_type difference_type
 
typedef difference_type distance_type
 
typedef _Iter::pointer pointer
 
typedef _Iter::reference reference
 

Member Typedef Documentation

template<class _Iter>
typedef _Iter::difference_type iterator_traits< _Iter >::difference_type
template<class _Iter>
typedef difference_type iterator_traits< _Iter >::distance_type
template<class _Iter>
typedef _Iter::iterator_category iterator_traits< _Iter >::iterator_category
template<class _Iter>
typedef _Iter::pointer iterator_traits< _Iter >::pointer
template<class _Iter>
typedef _Iter::reference iterator_traits< _Iter >::reference
template<class _Iter>
typedef _Iter::value_type iterator_traits< _Iter >::value_type

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