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