C++ 正则表达式库 - ssub_match


描述

它是 sub_match 类模板的实例,用于字符串对象的匹配,该类的成员是 sub_match 中描述的成员,但使用 string::const_iterator 作为其 Bi DirectionIterator 模板参数。

宣言

以下是 std::ssub_match 的声明。

C++98

typedef sub_match<string::const_iterator> ssub_match;
正则表达式.htm