Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A type that provides the underlying iterator for a reverse_iterator.
typedef RandomIterator iterator_type;
Remarks
The type is a synonym for the template parameter Iterator.
Example
See reverse_iterator::base for an example of how to declare and use iterator_type.
Requirements
Header: <iterator>
Namespace: std