|
HDK
|
#include <format.h>
Inheritance diagram for format_facet< Locale >: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 | |
| virtual auto | do_put (appender out, loc_value val, const format_specs<> &specs) const -> bool |
| template<> | |
| FMT_API FMT_FUNC auto | do_put (appender out, loc_value val, const format_specs<> &specs) const -> bool |
|
explicit |
Definition at line 133 of file format-inl.h.
|
inlineexplicit |
|
protected |
Definition at line 140 of file format-inl.h.
|
protectedvirtual |
|
inline |
|
static |