OpenTTD Source 20250522-master-g467f832c2f
|
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.