Rosetta
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 >:
Inheritance graph
[legend]

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
 

Constructor & Destructor Documentation

◆ formatting_tuple()

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

Member Data Documentation

◆ add_delimiter_spaces

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

◆ add_prepostfix_space

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

◆ delimiter

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

◆ postfix

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

◆ prefix

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

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