Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
detail::fallback_digit_grouping< Char > Class Template Reference

#include <fmt/format.h>

Public Member Functions

constexpr fallback_digit_grouping (locale_ref, bool)
 
constexpr auto has_separator () const -> bool
 
constexpr auto count_separators (int) const -> int
 
template<typename Out , typename C >
constexpr auto apply (Out out, basic_string_view< C >) const -> Out
 

Constructor & Destructor Documentation

◆ fallback_digit_grouping()

template<typename Char >
detail::fallback_digit_grouping< Char >::fallback_digit_grouping ( locale_ref ,
bool  )
inlineconstexpr

Member Function Documentation

◆ apply()

template<typename Char >
template<typename Out , typename C >
auto detail::fallback_digit_grouping< Char >::apply ( Out out,
basic_string_view< C >  ) const -> Out
inlineconstexpr

◆ count_separators()

template<typename Char >
auto detail::fallback_digit_grouping< Char >::count_separators ( int ) const -> int
inlineconstexpr

◆ has_separator()

template<typename Char >
auto detail::fallback_digit_grouping< Char >::has_separator ( ) const -> bool
inlineconstexpr

The documentation for this class was generated from the following file: