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

#include <chrono.h>

Public Member Functions

 formatter ()
 
FMT_CONSTEXPR auto parse (basic_parse_context< Char > &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
auto format (const duration &d, FormatContext &ctx) -> decltype(ctx.out())
 

Detailed Description

template<typename Rep, typename Period, typename Char>
struct formatter< std::chrono::duration< Rep, Period >, Char >

Definition at line 372 of file chrono.h.

Constructor & Destructor Documentation

◆ formatter()

template<typename Rep , typename Period , typename Char >
formatter< std::chrono::duration< Rep, Period >, Char >::formatter ( )
inline

Definition at line 407 of file chrono.h.

Member Function Documentation

◆ format()

template<typename Rep , typename Period , typename Char >
template<typename FormatContext >
auto formatter< std::chrono::duration< Rep, Period >, Char >::format ( const duration &  d,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 423 of file chrono.h.

Here is the call graph for this function:

◆ parse()

template<typename Rep , typename Period , typename Char >
FMT_CONSTEXPR auto formatter< std::chrono::duration< Rep, Period >, Char >::parse ( basic_parse_context< Char > &  ctx) -> decltype(ctx.begin())
inline

Definition at line 409 of file chrono.h.

Here is the call graph for this function:

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