std::error_condition::category

Returns the stored error category.

# Declarations

const error_category& category() const noexcept;

(since C++11)

# Return value

The stored error category.

# See also