Searched defs:formatting_range (Results 1 – 1 of 1) sorted by relevance
35 struct formatting_range : formatting_base<Char> { struct42 formatting_range() : prefix('{'), delimiter(','), postfix('}') {} in formatting_range() argument43 static FMT_CONSTEXPR_DECL const bool add_delimiter_spaces = true;44 static FMT_CONSTEXPR_DECL const bool add_prepostfix_space = false;