oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ove::detail::error_category_impl Class Reference

std::error_category implementation for Error values. More...

#include <error.hpp>

Inheritance diagram for ove::detail::error_category_impl:
Inheritance graph
[legend]
Collaboration diagram for ove::detail::error_category_impl:
Collaboration graph
[legend]

Public Member Functions

const char * name () const noexcept override
 
std::string message (int ev) const override
 

Detailed Description

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.


The documentation for this class was generated from the following file: