template <typename Rep, typename Period, typename Char>

struct formatter

Defined at line 2121 of file ../../third_party/fmtlib/src/include/fmt/chrono.h

Public Methods

const Char * parse (parse_context<Char> & ctx)

Defined at line 2130 of file ../../third_party/fmtlib/src/include/fmt/chrono.h

template <typename FormatContext>
decltype(ctx.out()) format (std::chrono::duration<Rep, Period> d, FormatContext & ctx)

Defined at line 2158 of file ../../third_party/fmtlib/src/include/fmt/chrono.h