template <typename T, typename Char = char>
struct nested_formatter
Defined at line 4006 of file ../../third_party/fmtlib/src/include/fmt/format.h
Public Methods
void nested_formatter<T, Char> ()
Defined at line 4013 of file ../../third_party/fmtlib/src/include/fmt/format.h
const Char * parse (parse_context<Char> & ctx)
Defined at line 4015 of file ../../third_party/fmtlib/src/include/fmt/format.h
template <typename FormatContext, typename F>
decltype(ctx.out()) write_padded (FormatContext & ctx, F write)
Defined at line 4032 of file ../../third_party/fmtlib/src/include/fmt/format.h
nested_view<T, Char> nested (const T & value)
Defined at line 4044 of file ../../third_party/fmtlib/src/include/fmt/format.h