目录

wcmatch

描述 (Description)

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

声明 (Declaration)

以下是std :: wcmatch的声明。

C++98

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