C++ Regex Library - wssub_match
Description
It is an instantiation of the sub_match class template for matches on wstring objects and the members of this class are those described for sub_match, but using wstring::const_iterator as its BidirectionalIterator template parameter.
Declaration
Following is the declaration for std::wssub_match.
C++98
typedef sub_match<wstring::const_iterator> ssub_match;
regex.htm