#include <format.h>
Public Member Functions | |
format_facet (Locale &loc) | |
format_facet (string_view sep="", std::initializer_list< unsigned char > g={3}, std::string decimal_point=".") | |
auto | put (appender out, loc_value val, const format_specs<> &specs) const -> bool |
Static Public Attributes | |
static FMT_API Locale::id | id |
Protected Member Functions | |
FMT_API FMT_FUNC auto | do_put (appender out, loc_value val, const format_specs<> &specs) const -> bool |
virtual auto | do_put (appender out, loc_value val, const format_specs<> &specs) const -> bool |
Private Attributes | |
std::string | decimal_point_ |
std::string | grouping_ |
std::string | separator_ |
|
explicit |
Definition at line 133 of file format-inl.h.
|
inlineexplicit |
|
protected |
Definition at line 140 of file format-inl.h.
|
protectedvirtual |
|
inline |
|
private |
|
private |
|
static |
|
private |