#include <fmt/chrono.h>
|
template<typename FormatContext > |
auto | format (utc_time< Duration > val, FormatContext &ctx) const -> decltype(ctx.out()) |
|
FMT_CONSTEXPR | formatter () |
|
template<typename FormatContext > |
auto | format (sys_time< Duration > val, FormatContext &ctx) const -> decltype(ctx.out()) |
|
FMT_CONSTEXPR auto | parse (parse_context< Char > &ctx) -> const Char * |
|
template<typename FormatContext > |
auto | format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out()) |
|
|
template<typename Duration , typename FormatContext > |
auto | do_format (const std::tm &tm, FormatContext &ctx, const Duration *subsecs) const -> decltype(ctx.out()) |
|
basic_string_view< Char > | fmt_ |
|
◆ format()
template<typename Duration , typename Char >
template<typename FormatContext >
auto formatter< utc_time< Duration >, Char >::format |
( |
utc_time< Duration > | val, |
|
|
FormatContext & | ctx ) const -> decltype(ctx.out()) |
|
inline |
The documentation for this struct was generated from the following file: