Partager via


checked_array_iterator::operator>

Teste si checked_array_iterator située à gauche de l'opérateur est supérieur checked_array_iterator côté droit.

bool operator>(
   const checked_array_iterator<_Iterator>& _Right
) const;

Paramètres

  • _Right
    checked_array_iterator à comparer.

Notes

Consultez checked_array_iterator::operator< pour obtenir un exemple de code.

Pour plus d'informations, consultez Itérateurs vérifiés.

Configuration requise

en-tête : <iterator>

l'espace de noms : DST

Voir aussi

Référence

checked_array_iterator Class

Modèles Standard