C++ Regex 库 - wcmatch
描述
这些是宽字符串文字的 match_results。 这是 match_results 类模板的实例化,用于在宽字符串文字上进行匹配,并且此类的成员是为 match_results 描述的成员,但使用 const wchar_t* 作为其 BidirectionalIterator 模板参数。
声明
以下是 std::wcmatch 的声明。
C++98
typedef match_results<const wchar_t*> wcmatch;