<regex>

std::wcmatch

typedef match_results<const wchar_t*> wcmatch;
用于宽字符串字面量的 match_results
这是 match_results 类模板针对宽字符串字面量的匹配的实例化(以const wchar_t*作为其迭代器类型)。

此类成员与 match_results 中描述的相同,但使用const wchar_t*作为其 BidirectionalIterator 模板参数。

有关更多信息,请参阅 match_results

另见