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.
A type that provides a random-access iterator that can read a const element in a vector.
typedef implementation-defined const_iterator;
Remarks
A type const_iterator cannot be used to modify the value of an element.
Example
See the example for back for an example that uses const_iterator.
Requirements
Header: <vector>
Namespace: std