OpenTTD Source 20250206-master-g6089ed8059
|
Public Types | |
using | underlying_type = typename std::underlying_type_t< E > |
using | parent = typename fmt::formatter< underlying_type > |
Public Member Functions | |
constexpr fmt::format_parse_context::iterator | parse (fmt::format_parse_context &ctx) |
fmt::format_context::iterator | format (const E &e, fmt::format_context &ctx) const |
Definition at line 17 of file format.hpp.
using fmt::formatter< E, Char >::parent = typename fmt::formatter<underlying_type> |
Definition at line 19 of file format.hpp.
using fmt::formatter< E, Char >::underlying_type = typename std::underlying_type_t<E> |
Definition at line 18 of file format.hpp.
|
inline |
Definition at line 26 of file format.hpp.
|
inlineconstexpr |
Definition at line 21 of file format.hpp.