#include <fmt/chrono.h>
|
FMT_CONSTEXPR auto | parse (parse_context< Char > &ctx) -> const Char * |
|
template<typename FormatContext > |
auto | format (std::chrono::duration< Rep, Period > d, FormatContext &ctx) const -> decltype(ctx.out()) |
|
◆ format()
template<typename Rep , typename Period , typename Char >
template<typename FormatContext >
auto formatter< std::chrono::duration< Rep, Period >, Char >::format |
( |
std::chrono::duration< Rep, Period > | d, |
|
|
FormatContext & | ctx ) const -> decltype(ctx.out()) |
|
inline |
◆ parse()
template<typename Rep , typename Period , typename Char >
The documentation for this struct was generated from the following file: