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

std::iterator_traits< const _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 const _Tp* pointer
typedef const _Tp& reference

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


Member Typedef Documentation

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

Definition at line 131 of file stl_iterator_base_types.h.

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

Definition at line 129 of file stl_iterator_base_types.h.

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

Definition at line 132 of file stl_iterator_base_types.h.

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

Definition at line 133 of file stl_iterator_base_types.h.

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

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