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