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