OpenTTD Source  20240919-master-gdf0233f4c2
format.hpp File Reference
#include "../3rdparty/fmt/format.h"
#include "strong_typedef_type.hpp"

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 > >
 

Detailed Description

String formatting functions and helpers.

Definition in file format.hpp.