basic_string::iterator
A type that provides a random-access iterator that can access and read a const element in the string.
typedef implementation-defined iterator;
Remarks
A type iterator can be used to modify the value of a character and is used to iterate through a string in a forward direction.
Example
See the example for begin for an example of how to declare and use iterator.
Requirements
Header: <string>
Namespace: std