char_traits::int_type

可以表示类型 char_type 字符或文件结尾(EOF)字符的integer类型。

typedef long int_type;

备注

键入转换类型 CharType 的值更改为 int_type 然后返回到 CharType 必须是可能的,而无需修改原始值。

示例

有关示例的 eq_int_type 参见示例说明如何声明和使用 int_type

要求

标头: <string>

命名空间: std

请参见

参考

char_traits Struct