template <class charT> class regex_traits;
成员类型 | 对于 *正则表达式特性* 类的要求 | 定义在regex_traits |
---|---|---|
char_type | 字符类型(与 basic_regex 对象中使用的相同) | 第一个模板参数 (charT) |
string_type | basic_string<char_type>(参见 string) | basic_string<charT> |
locale_type | 一个可复制构造的 locale 类型 | 标准的 locale 类型 |
char_class_type | 一个适合作为成员 lookup_classname 返回类型的*位掩码类型* | 一个*位掩码类型* |