std::move_iterator::operator[]
De cppreference.com
<metanoindex/>
<tbody> </tbody> /*unspecified*/ operator[]( difference_type n ) const; |
||
Retorna uma referência para o elemento na posição relativa especificada.
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.
Parâmetros
| n | - | posição em relação à posição actual .
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. |
Valor de retorno
A referência para o elemento na posição relativa, isto é,
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.
Exemplos
| Esta seção está incompleta Motivo: sem exemplo |
