Partager via


wcregex_iterator, typedef

Définition de type pour le regex_iterator de wchar_t.

typedef regex_iterator<const wchar_t*> wcregex_iterator;

Notes

Le type décrit une spécialisation de classe de modèle regex_iterator, classe pour les itérateurs de type const wchar_t*.

Configuration requise

Header: <regex>

Espace de noms : std

Voir aussi

Référence

<regex>

regex_iterator, classe

cregex_iterator, typedef

sregex_iterator, typedef

wsregex_iterator, typedef

Autres ressources

<regex> membres