目录

cmatch

描述 (Description)

这些是字符串文字的match_results。 这是用于字符串文字匹配的match_results类模板的实例化,此类的成员是为match_results描述的成员,但使用const char *作为其BidirectionalIterator模板参数。

声明 (Declaration)

以下是std :: cmatch的声明。

C++98

typedef match_results<const char*> cmatch;
↑回到顶部↑
WIKI教程 @2018