WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
formatter< std::tm, Char > Struct Template Reference

#include <time.h>

Collaboration diagram for formatter< std::tm, Char >:

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
 

Detailed Description

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

Definition at line 116 of file time.h.

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

Definition at line 132 of file time.h.

Here is the call graph for this function:

◆ parse()

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

Definition at line 118 of file time.h.

Here is the call graph for this function:

Member Data Documentation

◆ tm_format

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

Definition at line 156 of file time.h.


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