目录

wssub_match

描述 (Description)

它是wstring对象上匹配的sub_match类模板的实例化,此类的成员是为sub_match描述的成员,但使用wstring :: const_iterator作为其BidirectionalIterator模板参数。

声明 (Declaration)

以下是std :: wssub_match的声明。

C++98

typedef sub_match<wstring::const_iterator> ssub_match;
↑回到顶部↑
WIKI教程 @2018