Partager via


sregex_iterator, typedef

Définition de type pour le regex_iterator de chaîne.

typedef regex_iterator<string::const_iterator> sregex_iterator;

Notes

Le type décrit une spécialisation de classe de modèle regex_iterator, classe pour les itérateurs de type string::const_iterator.

Configuration requise

Header: <regex>

Espace de noms : std

Voir aussi

Référence

<regex>

regex_iterator, classe

cregex_iterator, typedef

wcregex_iterator, typedef

wsregex_iterator, typedef

Autres ressources

<regex> membres