std::move_iterator::operator[]
Aus cppreference.com
< cpp | iterator | move iterator
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
/*unspecified*/ operator[]( difference_type n ) const; |
||
Gibt einen Verweis auf das Element am angegebenen relativen location .
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.
You can help to correct and verify the translation. Click here for instructions.
Inhaltsverzeichnis |
[Bearbeiten] Parameter
n | - | Position relativ zum aktuellen Standort .
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. |
[Bearbeiten] Rückgabewert
Ein Verweis auf das Element bei einer relativen Lage, das heißt, 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.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Beispiele
This section is incomplete Reason: no example |
[Bearbeiten] Siehe auch
greift auf die spitzen-to-Element 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. (öffentliche Elementfunktion) |