Searched defs:formatter_type (Results 1 – 3 of 3) sorted by relevance
91 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local170 using formatter_type = formatter<_Tp, _CharT>; variable
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;