iterator_traits Struct Template Reference
#include <stl_iterator_base_types.h>
Inheritance diagram for iterator_traits:
List of all members.
Detailed Description
template<typename Iterator>
struct std::iterator_traits< Iterator >
This class does nothing but define nested typedefs. The general version simply "forwards" the nested typedefs from the Iterator argument. Specialized versions for pointers and pointers-to-const provide tighter, more correct semantics.
Definition at line 127 of file stl_iterator_base_types.h.
Public Types
-
typedef Iterator::difference_type difference_type
-
typedef Iterator::iterator_category iterator_category
-
typedef Iterator::pointer pointer
-
typedef Iterator::reference reference
-
typedef Iterator::value_type value_type
The documentation for this struct was generated from the following file:
Generated on Sun Jul 25 00:12:44 2004 for libstdc++ source by
1.3.7