WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
formatter< T, Char, typename std::enable_if< internal::format_type< typename buffer_context< Char >::type, T >::value >::type > Struct Template Reference

#include <format.h>

Public Member Functions

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

Detailed Description

template<typename T, typename Char>
struct formatter< T, Char, typename std::enable_if< internal::format_type< typename buffer_context< Char >::type, T >::value >::type >

Definition at line 2919 of file format.h.

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename FormatContext >
auto formatter< T, Char, typename std::enable_if< internal::format_type< typename buffer_context< Char >::type, T >::value >::type >::format ( const T &  val,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 2978 of file format.h.

Here is the call graph for this function:

◆ parse()

template<typename T , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR ParseContext::iterator formatter< T, Char, typename std::enable_if< internal::format_type< typename buffer_context< Char >::type, T >::value >::type >::parse ( ParseContext &  ctx)
inline

Definition at line 2927 of file format.h.

Here is the call graph for this function:

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