Edit

Share via


Container Class::const_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 iterator for the controlled sequence.

Syntax

typedef T6 const_iterator;

Remarks

It is described here as a synonym for the unspecified type T6.

See also

Sample Container Class