Rosetta
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
formatting_range< Char, Enable > Struct Template Reference

#include <ranges.h>

Inheritance diagram for formatting_range< Char, Enable >:
Inheritance graph
[legend]

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
 

Constructor & Destructor Documentation

◆ formatting_range()

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

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

◆ add_prepostfix_space

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

◆ delimiter

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

◆ postfix

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

◆ prefix

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

◆ range_length_limit

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

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