HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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())
 

Detailed Description

template<typename Char>
struct formatter< weekday, Char >

Definition at line 2021 of file chrono.h.

Member Function Documentation

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

Definition at line 2037 of file chrono.h.

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

Definition at line 2026 of file chrono.h.


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