ReactOS 0.4.15-dev-7918-g2a2556c
iterator_traits< _Iterator > Struct Template Reference

#include <_iterator_base.h>

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 147 of file _iterator_base.h.

Member Typedef Documentation

◆ difference_type

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

Definition at line 151 of file _iterator_base.h.

◆ iterator_category

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

Definition at line 148 of file _iterator_base.h.

◆ pointer

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

Definition at line 152 of file _iterator_base.h.

◆ reference

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

Definition at line 153 of file _iterator_base.h.

◆ value_type

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

Definition at line 150 of file _iterator_base.h.


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