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

Method on_replacement_field

include/fmt/format.h:3804–3806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3802 }
3803
3804 FMT_INLINE void on_replacement_field(int id, const Char*) {
3805 ctx.arg(id).visit(default_arg_formatter<Char>{ctx.out()});
3806 }
3807
3808 auto on_format_specs(int id, const Char* begin, const Char* end)
3809 -> const Char* {

Callers 1

parse_replacement_fieldFunction · 0.45

Calls 3

visitMethod · 0.45
argMethod · 0.45
outMethod · 0.45

Tested by

no test coverage detected