cregex_token_iterator Typedef

Type definition for char regex_token_iterator

typedef regex_token_iterator<const char*> cregex_token_iterator;

Remarks

The type describes a specialization of template class regex_token_iterator Class for iterators of type const char*.

Requirements

Header: <regex>

Namespace: std::tr1

See Also

Reference

<regex>

regex_token_iterator Class

sregex_token_iterator Typedef

wcregex_token_iterator Typedef

wsregex_token_iterator Typedef