C++ 正则表达式库 - wsmatch



描述

这些是宽字符串对象的匹配结果。这是针对 wstring 对象匹配的 match_results 类模板的实例化,此类的成员是 match_results 中描述的那些成员,但使用 wstring::const_iterator 作为其 BidirectionalIterator 模板参数。

声明

以下是 std::wsmatch 的声明。

C++98

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