template <typename T, typename Char>
struct formatter
Defined at line 3994 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Methods
const Char * parse (parse_context<Char> & ctx)
Defined at line 3996 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename FormatContext>
decltype(ctx.out()) format (nested_view<T, Char> view, FormatContext & ctx)
Defined at line 4000 of file ../../third_party/fmtlib/src/include/fmt/format.h