C++ Regex Library - wcsub_match



Description

It is a sub_match for wide string literals. This is an instantiation of the sub_match class template for matches on wide string literals of type const wchar_t* and the members of this class are those described for sub_match, but using const wchar_t* as its BidirectionalIterator template parameter.

Declaration

Following is the declaration for std::wcsub_match.

C++98

typedef sub_match<const wchar_t*> csub_match;
regex.htm
Advertisements