Searched defs:formatter_type (Results 1 – 2 of 2) sorted by relevance
214 template <typename T> struct formatter_type { struct216 auto parse(ParseContext& ctx) -> decltype(ctx.begin()) { in parse()220 const char* format(const T&, custom_context& ctx) { in format()
2153 template <typename T> struct formatter_type { struct2154 typedef fmt::formatter<T, char_type> type;