Whole document tree
    

Whole document tree

Templatestd::iterator_traits< const _Tp * > struct Reference
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 160 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 158 of file stl_iterator_base_types.h.

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

Definition at line 161 of file stl_iterator_base_types.h.

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

Definition at line 162 of file stl_iterator_base_types.h.

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

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