|
Engine²
Open-source game engine written in C++.
|
Specialization of fmt::formatter for Engine::Id, allowing it to be formatted using the fmt library. More...
#include <Id.hpp>
Public Member Functions | |
| template<typename FormatContext> | |
| auto | format (const Engine::Id &id, FormatContext &ctx) const |
| Format an Engine::Id using the underlying entt::id_type formatter. | |
Specialization of fmt::formatter for Engine::Id, allowing it to be formatted using the fmt library.
|
inline |
Format an Engine::Id using the underlying entt::id_type formatter.
| FormatContext | The type of the format context provided by fmt during formatting. |
| id | The Engine::Id instance to format. |
| ctx | The format context provided by fmt. |