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

Method arg

extlibs/fmt/include/fmt/format.h:3127–3134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125
3126template <typename Range, typename Char>
3127typename basic_format_context<Range, Char>::format_arg
3128basic_format_context<Range, Char>::arg(basic_string_view<char_type> name) {
3129 map_.init(args_);
3130 format_arg arg = map_.find(name);
3131 if (arg.type() == internal::type::none_type)
3132 this->on_error("argument not found");
3133 return arg;
3134}
3135
3136template <typename Char, typename ErrorHandler>
3137FMT_CONSTEXPR void advance_to(

Callers 6

format_arg get_argMethod · 0.45
get_argMethod · 0.45
handle_dynamic_specFunction · 0.45
on_arg_idMethod · 0.45
format_argFunction · 0.45
vformat_toFunction · 0.45

Calls 4

initMethod · 0.45
findMethod · 0.45
typeMethod · 0.45
on_errorMethod · 0.45

Tested by

no test coverage detected