C++ 正则表达式库 - wcsub_match


描述

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

宣言

以下是 std::wcsub_match 的声明。

C++98

typedef sub_match<const wchar_t*> csub_match;
正则表达式.htm