basic_string::begin
basic_string::begin
const_iterator begin() const;
iterator begin();
Each member function returns a random-access iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
basic_string::begin
const_iterator begin() const;
iterator begin();
Each member function returns a random-access iterator that points at the first element of the sequence (or just beyond the end of an empty sequence).