OpenTTD Source
20241108-master-g80f628063a
|
String formatting functions and helpers. More...
Go to the source code of this file.
Data Structures | |
struct | fmt::formatter< E, Char, std::enable_if_t< std::is_enum< E >::value > > |
struct | fmt::formatter< T, Char, std::enable_if_t< std::is_base_of< StrongTypedefBase, T >::value > > |
String formatting functions and helpers.
Definition in file format.hpp.