<regex>

std::wsmatch

typedef match_results<wstring::const_iterator> smatch;
宽字符串对象的 match_results
这是 match_results 类模板针对 wstring 对象(使用wstring对象(使用wstring::const_iterator作为其迭代器类型)。

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

有关更多信息,请参阅 match_results

另见