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

#include <ranges.h>

Inheritance diagram for formatting_tuple< Char, Enable >:
Collaboration diagram for formatting_tuple< Char, Enable >:

Public Member Functions

 formatting_tuple ()
 
- Public Member Functions inherited from formatting_base< Char >
template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 

Public Attributes

Char prefix
 
Char delimiter
 
Char postfix
 

Static Public Attributes

static FMT_CONSTEXPR_DECL const bool add_delimiter_spaces = true
 
static FMT_CONSTEXPR_DECL const bool add_prepostfix_space = false
 

Detailed Description

template<typename Char, typename Enable = void>
struct formatting_tuple< Char, Enable >

Definition at line 46 of file ranges.h.

Constructor & Destructor Documentation

◆ formatting_tuple()

template<typename Char, typename Enable = void>
formatting_tuple< Char, Enable >::formatting_tuple ( )
inline

Definition at line 50 of file ranges.h.

Member Data Documentation

◆ add_delimiter_spaces

template<typename Char, typename Enable = void>
FMT_CONSTEXPR_DECL const bool formatting_tuple< Char, Enable >::add_delimiter_spaces = true
static

Definition at line 51 of file ranges.h.

◆ add_prepostfix_space

template<typename Char, typename Enable = void>
FMT_CONSTEXPR_DECL const bool formatting_tuple< Char, Enable >::add_prepostfix_space = false
static

Definition at line 52 of file ranges.h.

◆ delimiter

template<typename Char, typename Enable = void>
Char formatting_tuple< Char, Enable >::delimiter

Definition at line 48 of file ranges.h.

◆ postfix

template<typename Char, typename Enable = void>
Char formatting_tuple< Char, Enable >::postfix

Definition at line 49 of file ranges.h.

◆ prefix

template<typename Char, typename Enable = void>
Char formatting_tuple< Char, Enable >::prefix

Definition at line 47 of file ranges.h.


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