std::error_category for StormByte::Error::Code.
More...
#include <StormByte/error.hxx>
|
| const char * | name () const noexcept override |
| | Category name.
|
| |
| std::string | message (int ev) const override |
| | Message for an enumerator value.
|
| |
| std::error_condition | default_error_condition (int ev) const noexcept override |
| | Default std::error_condition for an enumerator value.
|
| |
std::error_category for StormByte::Error::Code.
◆ default_error_condition()
| std::error_condition StormByte::Error::Category::default_error_condition |
( |
int |
ev | ) |
const |
|
overridenoexcept |
Default std::error_condition for an enumerator value.
- Parameters
-
- Returns
- Matching condition.
◆ message()
| std::string StormByte::Error::Category::message |
( |
int |
ev | ) |
const |
|
override |
Message for an enumerator value.
- Parameters
-
- Returns
- Human-readable message.
◆ name()
| const char * StormByte::Error::Category::name |
( |
| ) |
const |
|
overridenoexcept |
Category name.
- Returns
- Stable C string identifying this category.
The documentation for this class was generated from the following file: