Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Moves across a specified number of previous elements. This operator subtracts an offset from the stored iterator.
move_iterator& operator-=(
difference_type _Off
);
Property Value/Return Value
The operator returns *this += -_Off.
Remarks
The operator evaluates *this += -_Off. Then returns *this.
Requirements
Header: <iterator>
Namespace: std