std::error_condition::category
From cppreference.net
< cpp | error | error condition
C++
Utilities library
|
|
Diagnostics library
|
|
std::error_condition
Member functions | ||||
error_condition::category | ||||
Non-member functions | ||||
(until C++20)(until C++20)(C++20) | ||||
Helper classes | ||||
const error_category& category() const noexcept; |
(since C++11) | |
Returns the stored error category.
Parameters
(none)
Return value
The stored error category.
See also
(C++11) |
base class for error categories (class) |