|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Formatter specialization for Error objects. More...
#include <Error.hpp>
Public Member Functions | |
| auto | format (const rtp::Error &e, format_context &ctx) const |
| Format an Error object. | |
Formatter specialization for Error objects.
Allows Error objects to be used with std::format and std::print.
|
inline |
Format an Error object.
| e | The error to format |
| ctx | The format context |
Definition at line 266 of file Error.hpp.
References rtp::Error::code(), rtp::Error::message(), rtp::Error::severity(), and rtp::toString().