Searched defs:small_grouping (Results 1 – 1 of 1) sorted by relevance
38 template <typename Char> struct small_grouping : std::numpunct<Char> { struct40 Char do_decimal_point() const FMT_OVERRIDE { return '.'; } in do_decimal_point()41 std::string do_grouping() const FMT_OVERRIDE { return "\01"; } in do_grouping()42 Char do_thousands_sep() const FMT_OVERRIDE { return ','; } in do_thousands_sep()