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

Method make_arg_ref

extlibs/fmt/include/fmt/format.h:2315–2318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2313 using arg_ref_type = arg_ref<char_type>;
2314
2315 FMT_CONSTEXPR arg_ref_type make_arg_ref(int arg_id) {
2316 context_.check_arg_id(arg_id);
2317 return arg_ref_type(arg_id);
2318 }
2319
2320 FMT_CONSTEXPR arg_ref_type make_arg_ref(auto_id) {
2321 return arg_ref_type(context_.next_arg_id());

Callers

nothing calls this directly

Calls 4

next_arg_idMethod · 0.80
check_arg_idMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected