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

Method get

extlibs/fmt/include/fmt/core.h:1556–1561  ·  view source on GitHub ↗

Returns the argument at specified index. */

Source from the content-addressed store, hash-verified

1554
1555 /** Returns the argument at specified index. */
1556 format_arg get(int index) const {
1557 format_arg arg = do_get(index);
1558 if (arg.type_ == internal::type::named_arg_type)
1559 arg = arg.value_.named_arg->template deserialize<Context>();
1560 return arg;
1561 }
1562
1563 int max_size() const {
1564 unsigned long long max_packed = internal::max_packed_args;

Callers 2

argFunction · 0.45
push_backFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected