checked_array_iterator::operator-
Décrémente un décalage à un itérateur et retourne le nouvel checked_array_iterator traitant l'élément inséré à la nouvelle position décalée.
checked_array_iterator<_Iterator> operator-(
difference_type _Off
) const;
difference_type operator-(
const checked_array_iterator& _Right
) const;
Paramètres
- _Off
Décalage à décrémenter du checked_array_iterator.
Valeur de retour
checked_array_iterator adressant l'élément d'offset.
Notes
Pour obtenir un exemple de code, consultez checked_array_iterator::operator-.
Pour plus d'informations, consultez Itérateurs vérifiés.
Configuration requise
En-tête : <iterator>
Espace de noms : std