C++ 正则表达式库 - wssub_match


描述

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

宣言

以下是 std::wssub_match 的声明。

C++98

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