spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
formatter< std::tm, Char > Struct Template Reference

Detailed Description

template<typename Char>
struct formatter< std::tm, Char >

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

#include <chrono.h>

Inheritance diagram for formatter< std::tm, Char >:
[legend]

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out())
 

Public Attributes

basic_string_view< Char > specs
 

Member Function Documentation

◆ format()

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

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

◆ parse()

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

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

Member Data Documentation

◆ specs

template<typename Char >
basic_string_view<Char> formatter< std::tm, Char >::specs

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


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