C++ Regex Library - ssub_match



Description

It is an instantiation of the sub_match class template for matches on string objects and the members of this class are those described in sub_match, but using string::const_iterator as its BidirectionalIterator template parameter.

Declaration

Following is the declaration for std::ssub_match.

C++98

typedef sub_match<string::const_iterator> ssub_match;
regex.htm
Advertisements