Photon 1.0.0
Loading...
Searching...
No Matches
formatter< weekday, Char > Struct Template Reference

#include <chrono.h>

Public Member Functions

FMT_CONSTEXPR auto parse (basic_format_parse_context< Char > &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (weekday wd, FormatContext &ctx) const -> decltype(ctx.out())
 

Private Attributes

bool localized = false
 

Member Function Documentation

◆ format()

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

◆ parse()

template<typename Char >
FMT_CONSTEXPR auto formatter< weekday, Char >::parse ( basic_format_parse_context< Char > &  ctx) -> decltype(ctx.begin())
inline

Member Data Documentation

◆ localized

template<typename Char >
bool formatter< weekday, Char >::localized = false
private

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