Share via


error_condition::category

Returns the error category.

const error_category& category() const;

Return Value

A reference to the stored error category

Requirements

Header: <system_error>

Namespace: std

See Also

Reference

error_condition Class