std::error_condition::value

来自cppreference.com
 
 
 
 
 
int value() const noexcept;
(C++11 起)

返回存储的错误值。

[编辑] 参数

(无)

[编辑] 返回值

存储的错误值。