Rosetta
Public Member Functions | List of all members
formatter< std::chrono::time_point< std::chrono::system_clock >, Char > Struct Template Reference

#include <chrono.h>

Inheritance diagram for formatter< std::chrono::time_point< std::chrono::system_clock >, Char >:
Inheritance graph
[legend]

Public Member Functions

template<typename FormatContext >
auto format (std::chrono::time_point< std::chrono::system_clock > val, FormatContext &ctx) -> decltype(ctx.out())
 
- Public Member Functions inherited from 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) -> decltype(ctx.out())
 

Additional Inherited Members

- Public Attributes inherited from formatter< std::tm, Char >
basic_memory_buffer< Char > tm_format
 

Member Function Documentation

◆ format()

template<typename Char >
template<typename FormatContext >
auto formatter< std::chrono::time_point< std::chrono::system_clock >, Char >::format ( std::chrono::time_point< std::chrono::system_clock >  val,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

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