<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

另見