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

#include <ranges.h>

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

Public Member Functions

 formatting_range ()
 
- 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 std::size_t range_length_limit
 
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_range< Char, Enable >

Definition at line 34 of file ranges.h.

Constructor & Destructor Documentation

◆ formatting_range()

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

Definition at line 40 of file ranges.h.

Member Data Documentation

◆ add_delimiter_spaces

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

Definition at line 41 of file ranges.h.

◆ add_prepostfix_space

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

Definition at line 42 of file ranges.h.

◆ delimiter

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

Definition at line 38 of file ranges.h.

◆ postfix

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

Definition at line 39 of file ranges.h.

◆ prefix

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

Definition at line 37 of file ranges.h.

◆ range_length_limit

template<typename Char, typename Enable = void>
FMT_CONSTEXPR_DECL const std::size_t formatting_range< Char, Enable >::range_length_limit
static
Initial value:

Definition at line 35 of file ranges.h.


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