std::error_condition::value (3) Linux Manual Page
std::error_condition::value – std::error_condition::value
Synopsis
int value() const noexcept;
(since C++ 11)
Returns the stored error code.
Parameters
(none)
Return value
The stored error code.
std::error_condition::value – std::error_condition::value
int value() const noexcept;
(since C++ 11)
Returns the stored error code.
(none)
The stored error code.