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).
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
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).