|
OpenTTD Source 15.0-beta1
|
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 |
Definition at line 33 of file format.hpp.
| using fmt::formatter< T, Char, std::enable_if_t< std::is_base_of< StrongTypedefBase, T >::value > >::parent = typename fmt::formatter<underlying_type> |
Definition at line 35 of file format.hpp.
| using fmt::formatter< T, Char, std::enable_if_t< std::is_base_of< StrongTypedefBase, T >::value > >::underlying_type = typename T::BaseType |
Definition at line 34 of file format.hpp.
|
inline |
Definition at line 42 of file format.hpp.
|
inlineconstexpr |
Definition at line 37 of file format.hpp.