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 iterator for the controlled sequence.
Syntax
typedef T6 const_iterator;
Remarks
It is described here as a synonym for the unspecified type T6
.