wsregex_token_iterator

typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;

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