|
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 &context) 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.
| auto fmt::formatter< Engine::Id >::format | ( | const Engine::Id & | id, |
| FormatContext & | context ) const |
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. |
| context | The format context provided by fmt. |