std::error_code::category

Returns the error category of the error code.

# Declarations

const std::error_category& category() const noexcept;

(since C++11)

# Return value

The error category of the error code.

# See also