C++ Regex Library - smatch
Description
These are match_results for wide string literals. This is an instantiation of the match_results class template for matches on wide string literals and the members of this class are those described for match_results, but using const wchar_t* as its BidirectionalIterator template parameter.
Declaration
Following is the declaration for std::smatch.
C++98
typedef match_results<string::const_iterator> smatch;
regex.htm
Advertisements