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

Method printf_arg_formatter

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

Source from the content-addressed store, hash-verified

248
249 public:
250 printf_arg_formatter(basic_appender<Char> iter, format_specs& s,
251 context_type& ctx)
252 : base(make_arg_formatter(iter, s)), context_(ctx) {}
253
254 void operator()(monostate value) { write(value); }
255

Callers

nothing calls this directly

Calls 1

make_arg_formatterFunction · 0.85

Tested by

no test coverage detected