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

Method get_arg

extlibs/fmt/include/fmt/format.h:2229–2231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2227 using format_arg = typename Context::format_arg;
2228
2229 FMT_CONSTEXPR format_arg get_arg(auto_id) {
2230 return internal::get_arg(context_, parse_context_.next_arg_id());
2231 }
2232
2233 FMT_CONSTEXPR format_arg get_arg(int arg_id) {
2234 parse_context_.check_arg_id(arg_id);

Callers

nothing calls this directly

Calls 3

next_arg_idMethod · 0.80
check_arg_idMethod · 0.45
argMethod · 0.45

Tested by

no test coverage detected