template <typename Char>

struct basic_ostream_formatter

Defined at line 75 of file ../../third_party/fmtlib/src/include/fmt/ostream.h

Formats an object of type T that has an overloaded ostream operator

<

<

.

Public Methods

void set_debug_format ()

Defined at line 76 of file ../../third_party/fmtlib/src/include/fmt/ostream.h

template <typename T, typename Context>
decltype(ctx.out()) format (const T & value, Context & ctx)

Defined at line 79 of file ../../third_party/fmtlib/src/include/fmt/ostream.h