#include <chrono.h>
Public Member Functions | |
template<typename FormatContext > | |
auto | format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out()) |
FMT_CONSTEXPR auto | parse (basic_format_parse_context< Char > &ctx) -> decltype(ctx.begin()) |
Protected Member Functions | |
template<typename FormatContext , typename Duration > | |
auto | do_format (const std::tm &tm, FormatContext &ctx, const Duration *subsecs) const -> decltype(ctx.out()) |
Protected Attributes | |
basic_string_view< Char > | format_str_ |
Private Attributes | |
format_specs< Char > | specs_ |
detail::arg_ref< Char > | width_ref_ |
|
inlineprotected |
|
inline |
|
inline |
|
protected |
|
private |
|
private |