<regex>

std::ssub_match

typedef sub_match<string::const_iterator> ssub_match;
用於字串的 sub_match
這是 sub_match 類模板針對 string 物件的匹配例項。

此類的成員是 sub_match 中描述的那些,但使用了string::const_iterator作為其 BidirectionalIterator 模板引數。

更多資訊請參考 sub_match

另見