cpp/string/basic string/front : Différence entre versions
De cppreference.com
< cpp | string | basic string
m (r2.7.3) (robot Ajoute : de, en, es, it, ja, pt, ru, zh) |
m (Use {{lc}}. Update links. Various fixes.) |
||
Ligne 2 : | Ligne 2 : | ||
{{cpp/string/basic_string/title | front}} | {{cpp/string/basic_string/title | front}} | ||
{{cpp/string/basic_string/navbar}} | {{cpp/string/basic_string/navbar}} | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| =c++11 | |
CharT& front(); | CharT& front(); | ||
}} | }} | ||
− | {{ | + | {{| sincec++11 | |
const CharT& front() const; | const CharT& front() const; | ||
}} | }} | ||
− | {{ | + | {{end}} |
{{tr|Retourne référence au premier caractère de la chaîne .|Returns reference to the first character in the string.}} | {{tr|Retourne référence au premier caractère de la chaîne .|Returns reference to the first character in the string.}} | ||
Ligne 26 : | Ligne 26 : | ||
===Voir aussi=== | ===Voir aussi=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/string/basic_string/back}} |
− | {{ | + | {{end}} |
[[de:cpp/string/basic string/front]] | [[de:cpp/string/basic string/front]] |
Version 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. |