C++ Regex Library - csub_match



Description

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

Declaration

Following is the declaration for std::csub_match.

C++98

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