move_iterator::operator-=
Se déplace entre un nombre spécifié d'éléments précédents. Cet opérateur soustrait un décalage à l'itérateur stocké.
move_iterator& operator-=(
difference_type _Off
);
Valeur de propriété/valeur de retour
L'opérateur retourne *this += -_Off..
Notes
L'opérateur évalue *this += -_Off. Et retourne alors *this.
Configuration requise
En-tête : <iterator>
Espace de noms : std
Voir aussi
Référence
Bibliothèque STL (Standard Template Library)