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_viewsep,std::stringgrouping,std::stringdecimal_point)
Defined at line 3812 of file ../../third_party/fmtlib/src/include/fmt/format.h
bool put (appenderout,loc_valueval,const format_specs &specs)
Defined at line 3818 of file ../../third_party/fmtlib/src/include/fmt/format.h
Protected Methods
bool do_put (appenderout,loc_valueval,const format_specs &specs)