Agora
1.2.0
Agora project
|
#include <format.h>
Classes | |
struct | next_state |
Public Member Functions | |
digit_grouping (locale_ref loc, bool localized=true) | |
digit_grouping (thousands_sep_result< Char > sep) | |
Char | separator () const |
int | count_separators (int num_digits) const |
template<typename Out , typename C > | |
Out | apply (Out out, basic_string_view< C > digits) const |
Private Member Functions | |
next_state | initial_state () const |
int | next (next_state &state) const |
Private Attributes | |
thousands_sep_result< Char > | sep_ |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
private |