|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Implementation of the Error handling system. More...
#include "RType/Error.hpp"Go to the source code of this file.
Namespaces | |
| namespace | rtp |
Functions | |
| const std::error_category & | rtp::rtype_category (void) noexcept |
| Get the RType error category for std::error_code integration. | |
| std::error_code | rtp::make_error_code (ErrorCode e) noexcept |
| Create a std::error_code from an ErrorCode. | |
Implementation of the Error handling system.
Implements the RType error category for std::error_code integration and error code conversion functions.
Definition in file Error.cpp.