<regex>

std::wssub_match

typedef sub_match<wstring::const_iterator> ssub_match;
宽字符串的 sub_match
这是 sub_match 类模板在匹配 wstring 对象时的实例化。wstring对象。

该类的成员是 sub_match 中描述的那些,但使用wstring::const_iterator作为其 BidirectionalIterator 模板参数。

更多信息请参考 sub_match

另见