WPILibC++ 2024.3.2
detail::fallback_digit_grouping< Char > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/format.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ fallback_digit_grouping()

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

Member Function Documentation

◆ apply()

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

◆ count_separators()

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

◆ has_separator()

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

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