spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
formatter< weekday > Struct Reference

Detailed Description

Definition at line 1165 of file bundled/chrono.h.

#include <chrono.h>

Public Member Functions

FMT_CONSTEXPR auto parse (format_parse_context &ctx) -> decltype(ctx.begin())
 
auto format (weekday wd, format_context &ctx) -> decltype(ctx.out())
 

Private Attributes

bool localized = false
 

Member Function Documentation

◆ format()

auto formatter< weekday >::format ( weekday  wd,
format_context ctx 
) -> decltype(ctx.out())
inline

Definition at line 1179 of file bundled/chrono.h.

◆ parse()

FMT_CONSTEXPR auto formatter< weekday >::parse ( format_parse_context ctx) -> decltype(ctx.begin())
inline

Definition at line 1170 of file bundled/chrono.h.

Member Data Documentation

◆ localized

bool formatter< weekday >::localized = false
private

Definition at line 1167 of file bundled/chrono.h.


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