◐ Shell
clean mode source ↗

std::reverse_iterator::operator[] - cppreference.com

Da cppreference.com.

Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.

La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

/*unspecified*/ operator[]( difference_type n ) const;

Restituisce un riferimento per l'elemento in posizione specificata relativa.

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.

Parametri

n -

posizione relativa alla posizione corrente .

Original:

position relative to current location.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valore di ritorno

Un riferimento l'elemento in posizione relativa, cioè, 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.

Esempi

Vedi anche

accede alla punta-all'elemento

Original:

accesses the pointed-to element

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(metodo pubblico) [modifica]