◐ Shell
clean mode source ↗

std::move_iterator::operator[] — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

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

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.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

Une référence à l'élément à l'emplacement relatif, c'est-à-current[n] .

Original:

A reference to the element at relative location, that is, current[n].

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.
You can help to correct and verify the translation. Click here for instructions.


(fonction membre publique) [edit]