OpenTTD Source  20240919-master-gdf0233f4c2
fmt::formatter< T, Char, std::enable_if_t< std::is_base_of< StrongTypedefBase, T >::value > > Struct Template Reference
Inheritance diagram for fmt::formatter< T, Char, std::enable_if_t< std::is_base_of< StrongTypedefBase, T >::value > >:

Public Types

using underlying_type = typename T::BaseType
 
using parent = typename fmt::formatter< underlying_type >
 

Public Member Functions

constexpr fmt::format_parse_context::iterator parse (fmt::format_parse_context &ctx)
 
fmt::format_context::iterator format (const T &t, format_context &ctx) const
 

Detailed Description

template<typename T, typename Char>
struct fmt::formatter< T, Char, std::enable_if_t< std::is_base_of< StrongTypedefBase, T >::value > >

Definition at line 33 of file format.hpp.


The documentation for this struct was generated from the following file: