WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type > Struct Template Reference

#include <ranges.h>

Collaboration diagram for formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >:

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 
template<typename FormatContext >
FormatContext::iterator format (const RangeT &values, FormatContext &ctx)
 

Public Attributes

formatting_range< Char > formatting
 

Detailed Description

template<typename RangeT, typename Char>
struct formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >

Definition at line 265 of file ranges.h.

Member Function Documentation

◆ format()

template<typename RangeT , typename Char >
template<typename FormatContext >
FormatContext::iterator formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::format ( const RangeT &  values,
FormatContext &  ctx 
)
inline

Definition at line 276 of file ranges.h.

Here is the call graph for this function:

◆ parse()

template<typename RangeT , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 271 of file ranges.h.

Here is the call graph for this function:

Member Data Documentation

◆ formatting

template<typename RangeT , typename Char >
formatting_range<Char> formatter< RangeT, Char, typename std::enable_if< fmt::is_range< RangeT >::value >::type >::formatting

Definition at line 268 of file ranges.h.


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