checked_array_iterator::operator>
Teste si le checked_array_iterator à gauche de l'opérateur est supérieur à l'objet checked_array_iterator du côté droit.
bool operator>(
const checked_array_iterator<_Iterator>& _Right
) const;
Paramètres
- _Right
checked_array_iterator à comparer.
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