fmt::formatter<weekday, Char>::format

Synopsis

Declared in <fmt/chrono.h>
template<typename FormatContext>
decltype(ctx.out())
format(
    weekday wd,
    FormatContext& ctx) const;


Created with MrDocs