目录

wsmatch

描述 (Description)

这些是宽字符串对象的match_results。 这是对wstring对象的匹配的match_results类模板的实例化,此类的成员是为match_results描述的成员,但使用wstring :: const_iterator作为其BidirectionalIterator模板参数。

声明 (Declaration)

以下是std :: wsmatch的声明。

C++98

	
typedef match_results<wstring::const_iterator> smatch;
↑回到顶部↑
WIKI教程 @2018