|
OpenTTD Source 20251117-master-g7398d2e290
|
String formatting functions and helpers. More...
Go to the source code of this file.
Data Structures | |
| struct | fmt::formatter< E, Char > |
| struct | fmt::formatter< T, Char > |
Functions | |
| template<class... Args> | |
| void | format_append (std::string &out, fmt::format_string< Args... > &&fmt, Args &&... args) |
String formatting functions and helpers.
Definition in file format.hpp.
| void format_append | ( | std::string & | out, |
| fmt::format_string< Args... > && | fmt, | ||
| Args &&... | args | ||
| ) |
Definition at line 49 of file format.hpp.