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.
Note
This topic is in the Microsoft C++ documentation as a nonfunctional example of containers used in the C++ Standard Library. For more information, see C++ Standard Library Containers.
Describes an object that can serve as a constant reverse iterator for the controlled sequence.
Syntax
typedef T8 const_reverse_iterator;
Remarks
It is described here as a synonym for the unspecified type T8
(typically reverse_iterator <const_iterator>
).