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

std::iterator_traits< _Tp *> Struct Template Reference

#include <stl_iterator_base_types.h>

List of all members.

Public Types

typedef random_access_iterator_tag iterator_category
typedef _Tp value_type
typedef ptrdiff_t difference_type
typedef _Tp* pointer
typedef _Tp& reference

template<class _Tp> struct std::iterator_traits< _Tp *>


Member Typedef Documentation

template<class _Tp>
typedef ptrdiff_t std::iterator_traits< _Tp *>::difference_type
 

Definition at line 122 of file stl_iterator_base_types.h.

template<class _Tp>
typedef random_access_iterator_tag std::iterator_traits< _Tp *>::iterator_category
 

Definition at line 120 of file stl_iterator_base_types.h.

template<class _Tp>
typedef _Tp* std::iterator_traits< _Tp *>::pointer
 

Definition at line 123 of file stl_iterator_base_types.h.

template<class _Tp>
typedef _Tp& std::iterator_traits< _Tp *>::reference
 

Definition at line 124 of file stl_iterator_base_types.h.

template<class _Tp>
typedef _Tp std::iterator_traits< _Tp *>::value_type
 

Definition at line 121 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