iterator_traits< _Iterator > Struct Template Reference

#include <_iterator_base.h>

List of all members.

Public Types

typedef _Iterator::iterator_category iterator_category
typedef _Iterator::value_type value_type
typedef _Iterator::difference_type difference_type
typedef _Iterator::pointer pointer
typedef _Iterator::reference reference


Detailed Description

template<class _Iterator>
struct iterator_traits< _Iterator >

Definition at line 104 of file _iterator_base.h.


Member Typedef Documentation

template<class _Iterator>
typedef _Iterator::iterator_category iterator_traits< _Iterator >::iterator_category

Definition at line 105 of file _iterator_base.h.

template<class _Iterator>
typedef _Iterator::value_type iterator_traits< _Iterator >::value_type

Definition at line 106 of file _iterator_base.h.

template<class _Iterator>
typedef _Iterator::difference_type iterator_traits< _Iterator >::difference_type

Definition at line 107 of file _iterator_base.h.

template<class _Iterator>
typedef _Iterator::pointer iterator_traits< _Iterator >::pointer

Definition at line 108 of file _iterator_base.h.

template<class _Iterator>
typedef _Iterator::reference iterator_traits< _Iterator >::reference

Definition at line 109 of file _iterator_base.h.


The documentation for this struct was generated from the following file:



Generated on Mon Mar 10 15:33:01 2008 by  doxygen 1.5.1