OpenTTD Source 20250522-master-g467f832c2f
format.hpp File Reference

String formatting functions and helpers. More...

#include "../3rdparty/fmt/format.h"
#include "convertible_through_base.hpp"

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)
 

Detailed Description

String formatting functions and helpers.

Definition in file format.hpp.

Function Documentation

◆ format_append()

template<class... Args>
void format_append ( std::string &  out,
fmt::format_string< Args... > &&  fmt,
Args &&...  args 
)

Definition at line 49 of file format.hpp.