Agora  1.2.0
Agora project
fmt::v8::detail::fallback_digit_grouping< Char > Class Template Reference

#include <format.h>

Public Member Functions

constexpr fallback_digit_grouping (locale_ref, bool)
 
constexpr Char 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 fmt::v8::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 fmt::v8::detail::fallback_digit_grouping< Char >::apply ( Out  out,
basic_string_view< C >   
) const
inlineconstexpr

◆ count_separators()

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

◆ separator()

template<typename Char >
constexpr Char fmt::v8::detail::fallback_digit_grouping< Char >::separator ( ) const
inlineconstexpr

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