MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / format_arg

Function format_arg

extlibs/fmt/include/fmt/compile.h:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163template <typename Range, typename Context, typename Id>
164void format_arg(
165 basic_format_parse_context<typename Range::value_type>& parse_ctx,
166 Context& ctx, Id arg_id) {
167 ctx.advance_to(
168 visit_format_arg(arg_formatter<Range>(ctx, &parse_ctx), ctx.arg(arg_id)));
169}
170
171// vformat_to is defined in a subnamespace to prevent ADL.
172namespace cf {

Callers

nothing calls this directly

Calls 3

visit_format_argFunction · 0.85
advance_toMethod · 0.45
argMethod · 0.45

Tested by

no test coverage detected