MCPcopy Create free account
hub / github.com/fmtlib/fmt / locale

Function locale

include/fmt/printf.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 void advance_to(basic_appender<Char>) {}
42
43 auto locale() -> locale_ref { return {}; }
44
45 auto arg(int id) const -> basic_format_arg<basic_printf_context> {
46 return args_.get(id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected