<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

另見