|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include <Error.hpp>
Public Member Functions | |
| auto | format (rtp::ErrorCode e, std::format_context &ctx) const |
| Format an ErrorCode enum value. | |
|
inline |
Format an ErrorCode enum value.
| e | The error code to format |
| ctx | The format context |
Definition at line 128 of file Error.hpp.
References rtp::toString().