wsregex_iterator Typedef

Type definition for wstring regex_iterator.

typedef regex_iterator<wstring::const_iterator> wsregex_iterator;

Remarks

The type describes a specialization of template class regex_iterator Class for iterators of type wstring::const_iterator.

Requirements

Header: <regex>

Namespace: std::tr1

See Also

Reference

<regex>

regex_iterator Class

cregex_iterator Typedef

sregex_iterator Typedef

wcregex_iterator Typedef