std::error_condition::value

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

返回存储的错误号。

参数

(无)

返回值

存储的错误号。