<regex>

std::ssub_match

typedef sub_match<string::const_iterator> ssub_match;
用于字符串的 sub_match
这是 sub_match 类模板针对 string 对象的匹配实例。

此类的成员是 sub_match 中描述的那些,但使用了string::const_iterator作为其 BidirectionalIterator 模板参数。

更多信息请参考 sub_match

另见