C++ Regex 库 - wcsub_match
描述
它是宽字符串文字的 sub_match。 这是 sub_match 类模板的实例化,用于匹配 const wchar_t* 类型的宽字符串文字,并且此类的成员是为 sub_match 描述的成员,但使用 const wchar_t* 作为其 BidirectionalIterator 模板参数。
声明
以下是 std::wcsub_match 的声明。
C++98
typedef sub_match<const wchar_t*> csub_match;