C++ 正则表达式库 - wsmatch


描述

这些是宽字符串对象的 match_results。这是用于匹配 wstring 对象的 match_results 类模板的实例,该类的成员是为 match_results 描述的那些成员,但使用 wstring::const_iterator 作为其 Bi DirectionIterator 模板参数。

宣言

以下是 std::wsmatch 的声明。

C++98

	
typedef match_results<wstring::const_iterator> smatch;
正则表达式.htm