Partager via


checked_array_iterator::operator<=

Teste si le checked_array_iterator à gauche de l'opérateur est inférieur ou égal à 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

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>

Espace de noms : std

Voir aussi

Référence

checked_array_iterator, classe

Bibliothèque STL (Standard Template Library)