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 itrateur sur le premier caractre de la chane.
Paramtres
(Aucun)
Retourne la valeur
itrateur sur le premier caractre
Complexit
Constante
Voir aussi
(C++11) |
retourne un itrateur 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) |