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

Public Types

typedef _Map_iter_cat< typename _Iter_t::iterator_category >::iterator_category iterator_category
 
typedef _Iter_t::value_type value_type
 
typedef _Iter_t::difference_type difference_type
 
typedef difference_type distance_type
 
typedef _Iter_t::pointer pointer
 
typedef _Iter_t::reference reference
 

Member Typedef Documentation

template<class _Iter_t>
typedef _Iter_t::difference_type cliext::iterator_traits< _Iter_t >::difference_type
template<class _Iter_t>
typedef difference_type cliext::iterator_traits< _Iter_t >::distance_type
template<class _Iter_t>
typedef _Map_iter_cat< typename _Iter_t::iterator_category>::iterator_category cliext::iterator_traits< _Iter_t >::iterator_category
template<class _Iter_t>
typedef _Iter_t::pointer cliext::iterator_traits< _Iter_t >::pointer
template<class _Iter_t>
typedef _Iter_t::reference cliext::iterator_traits< _Iter_t >::reference
template<class _Iter_t>
typedef _Iter_t::value_type cliext::iterator_traits< _Iter_t >::value_type

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