#include <stl_iterator_base_types.h>
Inheritance diagram for std::random_access_iterator:
Public Types | |
typedef random_access_iterator_tag | iterator_category |
typedef _Tp | value_type |
typedef _Distance | difference_type |
typedef _Tp* | pointer |
typedef _Tp& | reference |
|
Definition at line 94 of file stl_iterator_base_types.h. |
|
Definition at line 92 of file stl_iterator_base_types.h. |
|
Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::_Rope_const_iterator, and std::_Rope_iterator. Definition at line 95 of file stl_iterator_base_types.h. |
|
Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::_Rope_const_iterator, and std::_Rope_iterator. Definition at line 96 of file stl_iterator_base_types.h. |
|
Definition at line 93 of file stl_iterator_base_types.h. |