template <typename Char>

struct formatter

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

Public Methods

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

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

template <typename FormatContext>
decltype(ctx.out()) format (const std::tm & tm, FormatContext & ctx)

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

Protected Methods

bool localized ()

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

void set_localized ()

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

const Char * do_parse (parse_context<Char> & ctx, bool has_timezone)

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

template <typename Duration, typename FormatContext>
decltype(ctx.out()) do_format (const std::tm & tm, FormatContext & ctx, const Duration * subsecs)

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