SoPlex Documentation
Loading...
Searching...
No Matches
formatting_range< Char, Enable > Struct Template Reference

#include <ranges.h>

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

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 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 35 of file ranges.h.

Constructor & Destructor Documentation

◆ formatting_range()

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

Definition at line 42 of file ranges.h.

Member Data Documentation

◆ add_delimiter_spaces

◆ add_prepostfix_space

◆ delimiter

◆ postfix

◆ prefix

◆ range_length_limit