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

#include <iterator.h>

Public Types

typedef ptrdiff_t difference_type
 
typedef T value_type
 
typedef Tpointer
 
typedef Treference
 
typedef random_access_iterator_tag iterator_category
 

Member Typedef Documentation

◆ difference_type

template<class T >
typedef ptrdiff_t std::iterator_traits< T * >::difference_type

◆ iterator_category

template<class T >
typedef random_access_iterator_tag std::iterator_traits< T * >::iterator_category

◆ pointer

template<class T >
typedef T* std::iterator_traits< T * >::pointer

◆ reference

template<class T >
typedef T& std::iterator_traits< T * >::reference

◆ value_type

template<class T >
typedef T std::iterator_traits< T * >::value_type

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