regex_constants 类

正则表达式标志的命名空间。

namespace regex_constants {
  typedef T1 syntax_option_type;
  typedef T2 match_flag_type;
  typedef T3 error_type;
  }

备注

命名空间 regex_constants 封装若干标记类型及其关联的标记值。

要求

标头:<regex>

命名空间: std

请参见

参考

<regex>

regex_constants 类

其他资源

regex 成员