C++ 正则表达式库 - wssub_match



描述

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

声明

以下是 std::wssub_match 的声明。

C++98

typedef sub_match<wstring::const_iterator> ssub_match;
regex.htm
广告
© . All rights reserved.