std::error_code::category
const std::error_category& category() const noexcept; | (since C++11) |
Возвращает категорию ошибки кода ошибки.
Параметры
(нет)
Возвращаемое значение
Категория ошибки кода ошибки.
См. также
получает значение error_code (общедоступный метод-член) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/error/error_code/category