Definition at line 71 of file stl_raw_storage_iter.h.
typedef _Distance difference_type [inherited] |
Distance between iterators is represented as this type.
Reimplemented in reverse_iterator.
Definition at line 113 of file stl_iterator_base_types.h.
typedef _Category iterator_category [inherited] |
typedef _Pointer pointer [inherited] |
This type represents a pointer-to-value_type.
Reimplemented in reverse_iterator.
Definition at line 115 of file stl_iterator_base_types.h.
typedef _Reference reference [inherited] |
This type represents a reference-to-value_type.
Reimplemented in reverse_iterator.
Definition at line 117 of file stl_iterator_base_types.h.
typedef _Tp value_type [inherited] |