Rosetta
Public Member Functions | Public Attributes | List of all members
formatter< std::tm, Char > Struct Template Reference

#include <chrono.h>

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

Public Member Functions

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

Public Attributes

basic_memory_buffer< Char > tm_format
 

Member Function Documentation

◆ format()

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

◆ parse()

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

References end, and detail::to_unsigned().

Member Data Documentation

◆ tm_format

template<typename Char >
basic_memory_buffer<Char> formatter< std::tm, Char >::tm_format

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