Searched refs:formatter_type (Results 1 – 6 of 6) sorted by relevance
213 template<class T> using formatter_type = formatter<T, charT>;288 …sizeof(typename Context::template formatter_type<T>().format(declval<const T&>(), declval<Context&…348 …else if constexpr (sizeof(typename Context::template formatter_type<T>().format(declval<const T&>(…416 typename Context::template formatter_type<T> f;
214 template <typename T> struct formatter_type { struct
2153 template <typename T> struct formatter_type { struct
639 std::is_constructible<typename Context::template formatter_type<T>>;1098 typename Context::template formatter_type<T>,1504 template <typename T> using formatter_type = formatter<T, char_type>;
343 template <typename T> using formatter_type = printf_formatter<T>;
2089 using formatter_type =2091 typename context_type::template formatter_type<T>,2094 return formatter_type().format(value, ctx);