目录

ssub_match

描述 (Description)

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

声明 (Declaration)

以下是std :: ssub_match的声明。

C++98

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