std::reverse_iterator::operator[] — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
||
Renvoie une référence à l'élément à l'emplacement spécifié relatif .
Original:
Returns a reference to the element at specified relative location.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| n | - | position par rapport à l'emplacement actuel . Original: position relative to current location. The text has been machine-translated via Google Translate. |
Retourne la valeur
Une référence à l'élément à l'emplacement relatif, c'est-à-current[-n-1] .
Original:
A reference to the element at relative location, that is, current[-n-1].
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exemples
Voir aussi
accède à l'élément pointé vers Original: accesses the pointed-to element The text has been machine-translated via Google Translate. (fonction membre publique) [edit] | |