Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
Error.cpp File Reference

Implementation of the Error handling system. More...

#include "RType/Error.hpp"
Include dependency graph for Error.cpp:

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.
 

Detailed Description

Implementation of the Error handling system.

Author
Robin Toillon

Implements the RType error category for std::error_code integration and error code conversion functions.

Definition in file Error.cpp.