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

Public Attributes

basic_memory_buffer< Char > tm_format
 

Detailed Description

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

Definition at line 397 of file chrono.h.

Member Function Documentation

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

Definition at line 411 of file chrono.h.

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

Definition at line 399 of file chrono.h.

Member Data Documentation

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

Definition at line 434 of file chrono.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49