error_code::value_type

表示存储的错误代码类型的值。

typedef int value_type;

备注

此类型定义是 int的同义词。

要求

标头: <system_error>

命名空间: std

请参见

参考

error_code Class