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

#include <ranges.h>

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

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

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

Definition at line 50 of file ranges.h.

50 : prefix('('), delimiter(','), postfix(')') {}
Char delimiter
Definition: ranges.h:48
Char postfix
Definition: ranges.h:49

Member Data Documentation

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.

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.

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

Definition at line 48 of file ranges.h.

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

Definition at line 49 of file ranges.h.

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: