Container Class::reverse_iterator

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 reverse iterator for the controlled sequence.

Syntax

typedef T7 reverse_iterator;

Remarks

It is described here as a synonym for the unspecified type T7 (typically reverse_iterator <iterator>).

See also

Sample Container Class