std::basic_string::begin, std::basic_string::cbegin
De cppreference.com
<tbody>
</tbody>
iterator begin(); |
||
const_iterator begin() const; |
||
const_iterator cbegin() const; |
(depuis C++11) | |
Retourne un itérateur sur le premier caractère de la chaîne.
Paramètres
(Aucun)
Retourne la valeur
itérateur sur le premier caractère
Complexité
Constante
Voir aussi
(C++11) |
retourne un itérateur à la fin Original: returns an iterator to the end The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) |