template <typename Locale>
class format_facet
Defined at line 3798 of file ../../third_party/fmtlib/src/include/fmt/format.h
A locale facet that formats values in UTF-8.
It is parameterized on the locale to avoid the heavy
<locale
> include.
Public Members
static typename Locale::id id
Public Methods
void format_facet<Locale> (Locale & loc)
void format_facet<Locale> (string_view sep, std::string grouping, std::string decimal_point)
Defined at line 3812 of file ../../third_party/fmtlib/src/include/fmt/format.h
bool put (appender out, loc_value val, const format_specs & specs)
Defined at line 3818 of file ../../third_party/fmtlib/src/include/fmt/format.h
Protected Methods
bool do_put (appender out, loc_value val, const format_specs & specs)