Error category for task errors.
More...
Error category for task errors.
Definition at line 76 of file task.hpp.
◆ equivalent()
| bool idfxx::task::error_category::equivalent |
( |
int |
code, |
|
|
const std::error_condition & |
condition |
|
) |
| const |
|
finaloverridenoexcept |
Tests whether an errc value is equivalent to a standard condition.
- Parameters
-
| code | The errc value being compared. |
| condition | The condition being compared against. |
- Returns
- True if
code is equivalent to condition.
◆ message()
| std::string idfxx::task::error_category::message |
( |
int |
ec | ) |
const |
|
finaloverride |
Returns a human-readable message for the given error code.
◆ name()
| const char * idfxx::task::error_category::name |
( |
| ) |
const |
|
finaloverridenoexcept |
Returns the name of the error category.
The documentation for this class was generated from the following file: