| Whole document treeTemplatestd::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:  [legend]List of all members. template<class _Iterator>struct std::iterator_traits< _Iterator >
 Member Typedef Documentation
 
  
    | 
        
          | template<class _Iterator> |  
          | typedef _Iterator::difference_type std::iterator_traits< _Iterator >::difference_type |  |  
 
  
    | 
        
          | template<class _Iterator> |  
          | typedef _Iterator::iterator_category std::iterator_traits< _Iterator >::iterator_category |  |  
 
  
    | 
        
          | template<class _Iterator> |  
          | typedef _Iterator::pointer std::iterator_traits< _Iterator >::pointer |  |  
 
  
    | 
        
          | template<class _Iterator> |  
          | typedef _Iterator::reference std::iterator_traits< _Iterator >::reference |  |  
 
  
    | 
        
          | template<class _Iterator> |  
          | typedef _Iterator::value_type std::iterator_traits< _Iterator >::value_type |  |  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
  1.2.15 |