template <typename Char, typename Duration>
struct formatter
Defined at line 2255 of file ../../third_party/fmtlib/src/include/fmt/chrono.h
DEPRECATED! Reversed order of template parameters.
Public Methods
const Char * parse (parse_context<Char> & ctx)
Defined at line 2257 of file ../../third_party/fmtlib/src/include/fmt/chrono.h
template <typename FormatContext>
decltype(ctx.out()) format (sys_time<Duration> val, FormatContext & ctx)
Defined at line 2262 of file ../../third_party/fmtlib/src/include/fmt/chrono.h