std::error_condition::category
Min standard notice:
Returns the stored error category.
# Declarations
const error_category& category() const noexcept;
(since C++11)
# Return value
The stored error category.
Returns the stored error category.
const error_category& category() const noexcept;
(since C++11)
The stored error category.