Whole document tree
    

Whole document tree

Templatestd::iterator_traits struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::iterator_traits< _Iterator > Struct Template Reference

#include <stl_iterator_base_types.h>

Inheritance diagram for std::iterator_traits:

Inheritance graph
[legend]
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< _Iterator >


Member Typedef Documentation

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

Definition at line 142 of file stl_iterator_base_types.h.

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

Definition at line 140 of file stl_iterator_base_types.h.

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

Definition at line 143 of file stl_iterator_base_types.h.

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

Definition at line 144 of file stl_iterator_base_types.h.

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

Definition at line 141 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:18:44 2002 for libstdc++-v3 Source by doxygen1.2.15