sregex_iterator Typedef

Digite a definição para a seqüência de caracteres regex_iterator.

typedef regex_iterator<string::const_iterator> sregex_iterator;

Comentários

O tipo descreve uma especialização de classe de modelo regex_iterator Class para os iteradores do tipo string::const_iterator.

Requisitos

Cabeçalho: <regex>

Namespace: std

Consulte também

Referência

<regex>

regex_iterator Class

cregex_iterator Typedef

wcregex_iterator Typedef

wsregex_iterator Typedef

Outros recursos

<regex> Membros