<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

另見