Espaces de noms
Variantes
Affichages
Actions

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}}
{{ddcl list begin}}
+
{{begin}}
{{ddcl list item |  
+
{{|  
 
iterator end();
 
iterator end();
 
}}
 
}}
{{ddcl list item |  
+
{{|  
 
const_iterator end() const;
 
const_iterator end() const;
 
}}
 
}}
{{ddcl list item | notes={{mark since c++11}} |
+
{{| sincec++11 |
 
const_iterator cend() const;
 
const_iterator cend() const;
 
}}
 
}}
{{ddcl list end}}
+
{{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===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/string/basic_string/dcl list begin}}
+
{{| cpp/string/basic_string/begin}}
{{dcl list end}}
+
{{end}}
  
 
[[de:cpp/string/basic string/end]]
 
[[de:cpp/string/basic string/end]]

Version actuelle en date du 2 juillet 2013 à 05:46

 
 
Bibliothèque de chaînes de caractères
Chaînes à zéro terminal
Original:
Null-terminated strings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Les chaînes d'octets
Chaines multi-octets
Les chaînes étendues
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string
char_traits
 
std::basic_string
Les fonctions membres
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string::basic_string
basic_string::operator=
basic_string::assign
basic_string::get_allocator
Elément d'accès
Original:
Element access
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string::at
basic_string::operator[]
basic_string::front (C++11)
basic_string::back (C++11)
basic_string::data
basic_string::c_str
Les itérateurs
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string::begin
basic_string::cbegin

(C++11)
basic_string::end
basic_string::cend

(C++11)
basic_string::rbegin
basic_string::crbegin

(C++11)
basic_string::rend
basic_string::crend

(C++11)
Capacité
Original:
Capacity
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string::empty