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
- public template <typename Out, typename C>constexpr Out apply(Out out, basic_string_view<C>) const
- public constexpr int count_separators(int) const
- public constexpr fallback_digit_grouping<Char>(fmt::detail::locale_ref, bool)
- public constexpr bool has_separator() const
Methods
¶template <typename Out, typename C>
constexpr Out apply(Out out,
basic_string_view<C>) const
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
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)
constexpr fallback_digit_grouping<Char>(
fmt::detail::locale_ref,
bool)
Declared at: third_party/fmt/include/fmt/format.h:2726
Parameters
¶constexpr bool has_separator() const
constexpr bool has_separator() const
Declared at: third_party/fmt/include/fmt/format.h:2728