目录

wcsub_match

描述 (Description)

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

声明 (Declaration)

以下是std :: wcsub_match的声明。

C++98

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