<regex>

std::wcsub_match

typedef sub_match<const wchar_t*> csub_match;
寬字串字面量的 sub_match
這是 sub_match 類模板的例項化,用於匹配型別為const wchar_t*.

該類的成員是 sub_match 中描述的那些,但使用const wchar_t*作為其 BidirectionalIterator 模板引數。

更多資訊請參考 sub_match

另見