class
<regex>

std::csub_match

typedef sub_match<const char*> csub_match;
sub_match for string literals
This is an instantiation of the sub_match class template for matches on string literals of type const char*.

The members of this class are those described for sub_match, but using const char* as its BidirectionalIterator template parameter.

Please, refer to sub_match for further information.

See also