Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
std::iterator_traits< Iterator > Struct Template Reference

#include <iterator.h>

Public Types

typedef Iterator::difference_type difference_type
 
typedef Iterator::value_type value_type
 
typedef Iterator::pointer pointer
 
typedef Iterator::reference reference
 
typedef Iterator::iterator_category iterator_category
 

Member Typedef Documentation

◆ difference_type

template<class Iterator >
typedef Iterator::difference_type std::iterator_traits< Iterator >::difference_type

◆ iterator_category

template<class Iterator >
typedef Iterator::iterator_category std::iterator_traits< Iterator >::iterator_category

◆ pointer

template<class Iterator >
typedef Iterator::pointer std::iterator_traits< Iterator >::pointer

◆ reference

template<class Iterator >
typedef Iterator::reference std::iterator_traits< Iterator >::reference

◆ value_type

template<class Iterator >
typedef Iterator::value_type std::iterator_traits< Iterator >::value_type

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