std::error_code::category
Min standard notice:
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.
Returns the error category of the error code.
const std::error_category& category() const noexcept;
(since C++11)
The error category of the error code.