C++ Regex Library - wsmatch



Description

These are match_results for wide string objects. This is an instantiation of the match_results class template for matches on wstring objects and the members of this class are those described for match_results, but using wstring::const_iterator as its BidirectionalIterator template parameter.

Declaration

Following is the declaration for std::wsmatch.

C++98

	
typedef match_results<wstring::const_iterator> smatch;
regex.htm
Advertisements