<regex>

std::csub_match

typedef sub_match<const char*> csub_match;
sub_match 用于字符串字面量
这是 sub_match 类模板的一个实例化,用于匹配类型为const char*.

该类的成员是 sub_match 中描述的那些,但使用const char*作为其 BidirectionalIterator 模板参数。

更多信息请参考 sub_match

另见