C++ 正則表示式庫 - ssub_match



描述

它是 sub_match 類模板針對字串物件匹配的例項化,該類的成員與 sub_match 中描述的成員相同,但使用 string::const_iterator 作為其 BidirectionalIterator 模板引數。

宣告

以下是 std::ssub_match 的宣告。

C++98

typedef sub_match<string::const_iterator> ssub_match;
regex.htm
廣告