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

Method num_args

include/fmt/base.h:1240–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238 : base(fmt, next_arg_id), num_args_(num_args), types_(types) {}
1239
1240 constexpr auto num_args() const -> int { return num_args_; }
1241 constexpr auto arg_type(int id) const -> type { return types_[id]; }
1242
1243 FMT_CONSTEXPR auto next_arg_id() -> int {

Callers 1

do_check_arg_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected