class
<regex>

std::wssub_match

typedef sub_match<wstring::const_iterator> ssub_match;
sub_match for wide strings
This is an instantiation of the sub_match class template for matches on wstring objects.

The members of this class are those described for sub_match, but using wstring::const_iterator as its BidirectionalIterator template parameter.

Please, refer to sub_match for further information.

See also