![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <iterator.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
typedef random_access_iterator_tag | iterator_category |
ptrdiff_t std::iterator_traits< T * >::difference_type |
random_access_iterator_tag std::iterator_traits< T * >::iterator_category |
T* std::iterator_traits< T * >::pointer |
T& std::iterator_traits< T * >::reference |
T std::iterator_traits< T * >::value_type |