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

#include <fmt/chrono.h>

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

Public Member Functions

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

Member Function Documentation

◆ format()

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

◆ parse()

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

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