Partager via


checked_array_iterator::operator->

Retourne un pointeur vers l'élément traité par le checked_array_iterator.

pointer operator->( ) const;

Valeur de retour

Pointeur désignant l'élément adressé par checked_array_iterator.

Notes

Pour obtenir un exemple de code, consultez checked_array_iterator::pointer.

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)