Container Class::const_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 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>).

See also

Sample Container Class