Searched defs:formatting_tuple (Results 1 – 1 of 1) sorted by relevance
48 struct formatting_tuple : formatting_base<Char> { struct52 formatting_tuple() : prefix('('), delimiter(','), postfix(')') {} in formatting_tuple() argument53 static FMT_CONSTEXPR_DECL const bool add_delimiter_spaces = true;54 static FMT_CONSTEXPR_DECL const bool add_prepostfix_space = false;