#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 123 of file stl_iterator_base_types.h. |
|
Definition at line 121 of file stl_iterator_base_types.h. |
|
Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::_Rope_const_iterator< _CharT, _Alloc >, and std::_Rope_iterator< _CharT, _Alloc >. Definition at line 124 of file stl_iterator_base_types.h. |
|
Reimplemented in std::_Bit_iterator, std::_Bit_const_iterator, std::_Rope_const_iterator< _CharT, _Alloc >, and std::_Rope_iterator< _CharT, _Alloc >. Definition at line 125 of file stl_iterator_base_types.h. |
|
Definition at line 122 of file stl_iterator_base_types.h. |