Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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