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

#include <core.h>

Public Member Functions

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

Detailed Description

template<typename T, typename Char = char, typename Enable = void>
struct formatter< T, Char, Enable >

Definition at line 491 of file core.h.

Member Function Documentation

◆ format()

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

◆ parse()

template<typename T, typename Char = char, typename Enable = void>
template<typename ParseContext >
ParseContext::iterator formatter< T, Char, Enable >::parse ( ParseContext &  )
Here is the caller graph for this function:

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