In particular, there are no default implementations of requirements such as operator++
and the like. (How could there be?)
Definition at line 106 of file stl_iterator_base_types.h.
typedef _Distance difference_type |
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 |
typedef _Pointer pointer |
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 |
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 |