class fallback_digit_grouping

Declaration

template <typename Char>
class fallback_digit_grouping { /* full declaration omitted */ };

Declared at: third_party/fmt/include/fmt/format.h:2724

Templates

Char

Method Overview

Methods

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

Declared at: third_party/fmt/include/fmt/format.h:2733

Templates

Out
C

Parameters

Out out
basic_string_view<C>

constexpr int count_separators(int) const

Declared at: third_party/fmt/include/fmt/format.h:2730

Parameters

int

constexpr fallback_digit_grouping<Char>(
    fmt::detail::locale_ref,
    bool)

Declared at: third_party/fmt/include/fmt/format.h:2726

Parameters

fmt::detail::locale_ref
bool

constexpr bool has_separator() const

Declared at: third_party/fmt/include/fmt/format.h:2728