公共成员函数
<system_error>

std::error_condition::value

int value() const noexcept;
错误条件值
返回与 error_condition 对象关联的值。

参数



返回值

错误条件值。

另见