Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::iterator_traits Struct Template Reference

#include <stl_iterator_base_types.h>

List of all members.

Public Types

typedef _Iterator::iterator_category iterator_category
typedef _Iterator::value_type value_type
typedef _Iterator::difference_type difference_type
typedef _Iterator::pointer pointer
typedef _Iterator::reference reference

template<class _Iterator> struct std::iterator_traits


Member Typedef Documentation

template<class _Iterator>
typedef _Iterator::difference_type std::iterator_traits<_Iterator>::difference_type
 

Definition at line 113 of file stl_iterator_base_types.h.

template<class _Iterator>
typedef _Iterator::iterator_category std::iterator_traits<_Iterator>::iterator_category
 

Definition at line 111 of file stl_iterator_base_types.h.

template<class _Iterator>
typedef _Iterator::pointer std::iterator_traits<_Iterator>::pointer
 

Definition at line 114 of file stl_iterator_base_types.h.

template<class _Iterator>
typedef _Iterator::reference std::iterator_traits<_Iterator>::reference
 

Definition at line 115 of file stl_iterator_base_types.h.

template<class _Iterator>
typedef _Iterator::value_type std::iterator_traits<_Iterator>::value_type
 

Definition at line 112 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:18 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001