正则表达式标志的命名空间。
namespace regex_constants {
typedef T1 syntax_option_type;
typedef T2 match_flag_type;
typedef T3 error_type;
}
备注
命名空间 regex_constants 封装若干标记类型及其关联的标记值。
要求
标头:<regex>
命名空间: std
正则表达式标志的命名空间。
namespace regex_constants {
typedef T1 syntax_option_type;
typedef T2 match_flag_type;
typedef T3 error_type;
}
命名空间 regex_constants 封装若干标记类型及其关联的标记值。
标头:<regex>
命名空间: std