|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
std::error_category implementation for Error values.
More...
#include <error.hpp>


Public Member Functions | |
| const char * | name () const noexcept override |
| std::string | message (int ev) const override |
std::error_category implementation for Error values.
Kept inside detail:: because user code should never construct this directly — call error_category() to obtain the singleton reference instead. The class is exposed only because std::error_category requires inheritance.