目录

csub_match

描述 (Description)

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

声明 (Declaration)

以下是std :: csub_match的声明。

C++98

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