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

Function arg

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

Source from the content-addressed store, hash-verified

43 auto locale() -> locale_ref { return {}; }
44
45 auto arg(int id) const -> basic_format_arg<basic_printf_context> {
46 return args_.get(id);
47 }
48};
49
50namespace detail {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected