Expand Minimize
This topic has not yet been rated - Rate this topic

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;

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.

See the example for begin for an example of how to declare and use iterator.

Header: <string>

Namespace: std

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.