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