正则表达式标志的命名空间。
namespace regex_constants {
typedef T1 syntax_option_type;
typedef T2 match_flag_type;
typedef T3 error_type;
}
备注
在 std::tr1 中的命名空间 regex_constants 封装多个标记类型及其关联的标志值。
要求
**标题:**regex
命名空间: std
正则表达式标志的命名空间。
namespace regex_constants {
typedef T1 syntax_option_type;
typedef T2 match_flag_type;
typedef T3 error_type;
}
在 std::tr1 中的命名空间 regex_constants 封装多个标记类型及其关联的标志值。
**标题:**regex
命名空间: std