公共成員函式
<system_error>

std::error_condition::value

int value() const noexcept;
錯誤條件值
返回與 error_condition 物件關聯的值。

引數



返回值

錯誤條件值。

另見