cpp/string/basic string/end : Différence entre versions
De cppreference.com
< cpp | string | basic string
m (r2.7.3) (robot Ajoute : de, en, es, it, zh) |
m (Use {{lc}}. Update links. Various fixes.) |
||
Ligne 2 : | Ligne 2 : | ||
{{cpp/string/basic_string/title | end | cend}} | {{cpp/string/basic_string/title | end | cend}} | ||
{{cpp/string/basic_string/navbar}} | {{cpp/string/basic_string/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| |
iterator end(); | iterator end(); | ||
}} | }} | ||
− | {{ | + | {{| |
const_iterator end() const; | const_iterator end() const; | ||
}} | }} | ||
− | {{ | + | {{| sincec++11 | |
const_iterator cend() const; | const_iterator cend() const; | ||
}} | }} | ||
− | {{ | + | {{end}} |
{{tr|Retourne un itérateur sur le caractère suivant le dernier caractère de la chaîne. Ce caractère fait office d'espace réservé, tente d'y accéder en résulte un comportement indéfini . |Returns an iterator to the character following the last character of the string. This character acts as a placeholder, attempting to access it results in undefined behavior. }} | {{tr|Retourne un itérateur sur le caractère suivant le dernier caractère de la chaîne. Ce caractère fait office d'espace réservé, tente d'y accéder en résulte un comportement indéfini . |Returns an iterator to the character following the last character of the string. This character acts as a placeholder, attempting to access it results in undefined behavior. }} | ||
Ligne 26 : | Ligne 26 : | ||
===Voir aussi=== | ===Voir aussi=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/string/basic_string/begin}} |
− | {{ | + | {{end}} |
[[de:cpp/string/basic string/end]] | [[de:cpp/string/basic string/end]] |
Version actuelle en date du 2 juillet 2013 à 05:46
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |