std::error_category::default_error_condition

Returns the error condition for the given error value.

# Declarations

virtual std::error_condition default_error_condition( int val ) const noexcept;

(since C++11)

# Parameters

# Return value

The error condition for the given error code.