Agora  1.2.0
Agora project
fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char > Struct Template Reference

#include <chrono.h>

Inheritance diagram for fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >:
Collaboration diagram for fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >:

Public Member Functions

 formatter ()
 
template<typename ParseContext >
auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (std::chrono::time_point< std::chrono::system_clock > val, FormatContext &ctx) const -> decltype(ctx.out())
 
- Public Member Functions inherited from fmt::v8::formatter< std::tm, Char >
template<typename ParseContext >
auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const std::tm &tm, FormatContext &ctx) const -> decltype(ctx.out())
 

Static Public Attributes

static constexpr const Char default_specs [] = {'%', 'F', ' ', '%', 'T'}
 

Additional Inherited Members

- Protected Member Functions inherited from fmt::v8::formatter< std::tm, Char >
template<typename It >
auto do_parse (It begin, It end, bool with_default=false) -> It
 

Constructor & Destructor Documentation

◆ formatter()

template<typename Char , typename Duration >
fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::formatter ( )
inline

Member Function Documentation

◆ format()

template<typename Char , typename Duration >
template<typename FormatContext >
auto fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::format ( std::chrono::time_point< std::chrono::system_clock >  val,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline
Here is the call graph for this function:

◆ parse()

template<typename Char , typename Duration >
template<typename ParseContext >
auto fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Member Data Documentation

◆ default_specs

template<typename Char , typename Duration >
constexpr const Char fmt::v8::formatter< std::chrono::time_point< std::chrono::system_clock, Duration >, Char >::default_specs = {'%', 'F', ' ', '%', 'T'}
staticconstexpr

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