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

Function arg

include/fmt/format.h:3878–3880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3876 void operator=(const generic_context&) = delete;
3877
3878 constexpr auto arg(int id) const -> basic_format_arg<generic_context> {
3879 return args_.get(id);
3880 }
3881 auto arg(basic_string_view<Char> name) const
3882 -> basic_format_arg<generic_context> {
3883 return args_.get(name);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected