public member function

std::error_condition::value

<system_error>
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