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

Constructor & Destructor Documentation

◆ formatting_range()

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

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 add_delimiter_spaces = true
static

◆ add_prepostfix_space

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

◆ delimiter

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

◆ postfix

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

◆ prefix

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

◆ range_length_limit

template<typename Char , typename Enable = void>
FMT_CONSTEXPR_DECL const std::size_t range_length_limit
static
Initial value:
=
#define FMT_RANGE_OUTPUT_LENGTH_LIMIT
Definition ranges.h:20

Definition at line 34 of file ranges.h.

Referenced by formatter< RangeT, Char, enable_if_t< fmt::is_range< RangeT, Char >::value > >::format().