#include <ranges.h>
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 |
|
inline |
|
static |
|
static |
Char formatting_tuple< Char, Enable >::delimiter |
Char formatting_tuple< Char, Enable >::postfix |
Char formatting_tuple< Char, Enable >::prefix |