C++ 正则表达式库 - ssub_match



描述

它是 sub_match 类模板针对字符串对象匹配的实例化,该类的成员与 sub_match 中描述的成员相同,但使用 string::const_iterator 作为其 BidirectionalIterator 模板参数。

声明

以下是 std::ssub_match 的声明。

C++98

typedef sub_match<string::const_iterator> ssub_match;
regex.htm
广告

© . All rights reserved.