WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
formatter< day, Char > Struct Template Reference

#include <fmt/chrono.h>

Inheritance diagram for formatter< day, Char >:
formatter< std::tm, Char >

Public Member Functions

FMT_CONSTEXPR auto parse (parse_context< Char > &ctx) -> const Char *
 
template<typename FormatContext >
auto format (day d, FormatContext &ctx) const -> decltype(ctx.out())
 

Member Function Documentation

◆ format()

template<typename Char >
template<typename FormatContext >
auto formatter< day, Char >::format ( day d,
FormatContext & ctx ) const -> decltype(ctx.out())
inline

◆ parse()

template<typename Char >
FMT_CONSTEXPR auto formatter< day, Char >::parse ( parse_context< Char > & ctx) -> const Char*
inline

The documentation for this struct was generated from the following file: