C++ Regex 库 - ssub_match
描述
它是用于匹配字符串对象的 sub_match 类模板的实例化,并且此类的成员是 sub_match 中描述的那些,但使用 string::const_iterator 作为其 BidirectionalIterator 模板参数。
声明
以下是 std::ssub_match 的声明。
C++98
typedef sub_match<string::const_iterator> ssub_match;
它是用于匹配字符串对象的 sub_match 类模板的实例化,并且此类的成员是 sub_match 中描述的那些,但使用 string::const_iterator 作为其 BidirectionalIterator 模板参数。
以下是 std::ssub_match 的声明。
typedef sub_match<string::const_iterator> ssub_match;
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。