sregex_token_iterator Typedef

definición de tipo para el regex_token_iterator de la cadena.

typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;

Comentarios

el tipo describe una especialización de la clase de plantilla regex_token_iterator Class para los iteradores de string::const_iteratorescrito.

Requisitos

encabezado: <regex>

espacio de nombres: std

Vea también

Referencia

<regex>

regex_token_iterator Class

cregex_token_iterator Typedef

wcregex_token_iterator Typedef

wsregex_token_iterator Typedef