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