public member function
<system_error>

std::error_condition::value

int value() const noexcept;
Error condition value
Returns the value associated with the error_condition object.

Parameters

none

Return value

The error condition value.

See also