WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
dynamic_formatter< Char > Class Template Reference

#include <format.h>

Public Member Functions

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

Detailed Description

template<typename Char = char>
class dynamic_formatter< Char >

Definition at line 3004 of file format.h.

Member Function Documentation

◆ format()

template<typename Char = char>
template<typename T , typename FormatContext >
auto dynamic_formatter< Char >::format ( const T &  val,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 3023 of file format.h.

Here is the call graph for this function:

◆ parse()

template<typename Char = char>
template<typename ParseContext >
auto dynamic_formatter< Char >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 3016 of file format.h.

Here is the call graph for this function:

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