Standard C++ Library Reference 
vector::iterator 

A type that provides a random-access iterator that can read or modify any element in a vector.

typedef implementation-defined iterator;
Remarks

A type iterator can be used to modify the value of an element.

Example

See the example for begin.

Requirements

Header: <vector>

See Also

Reference

vector Class
Standard Template Library

Other Resources

vector Members

Tags :


Page view tracker