std::error_code::default_error_condition

Returns the default error condition for the current error value.

# Declarations

std::error_condition default_error_condition() const noexcept;

(since C++11)

# Return value

The default error condition for the current error value.