basic_string::crend
Retourne un itérateur const concernant l'emplacement réussissant le dernier élément d'une chaîne inversée.
const_reverse_iterator crend() const;
Valeur de retour
A const reverse iterator that addresses the location succeeding the last element in a reversed string (the location that had preceded the first element in the unreversed string).
Configuration requise
En-tête : <chaîne>
Espace de noms : std