C++ 正則表示式庫 - wssub_match



描述

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

宣告

以下是 std::wssub_match 的宣告。

C++98

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