template <typename Char>

class digit_grouping

Defined at line 1841 of file ../../third_party/fmtlib/src/include/fmt/format.h

Public Methods

template <typename Locale, FMT_ENABLE_IF(std::is_same<Locale, locale_ref>::value)>
void digit_grouping<Char> (Locale loc, bool localized)

Defined at line 1865 of file ../../third_party/fmtlib/src/include/fmt/format.h

void digit_grouping<Char> (std::string grouping, std::basic_string<Char> sep)

Defined at line 1871 of file ../../third_party/fmtlib/src/include/fmt/format.h

bool has_separator ()

Defined at line 1874 of file ../../third_party/fmtlib/src/include/fmt/format.h

int count_separators (int num_digits)

Defined at line 1876 of file ../../third_party/fmtlib/src/include/fmt/format.h

template <typename Out, typename C>
Out apply (Out out, basic_string_view<C> digits)

Applies grouping to digits and write the output to out.

Defined at line 1885 of file ../../third_party/fmtlib/src/include/fmt/format.h