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

Method check_dynamic_spec

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

Source from the content-addressed store, hash-verified

1253 using base::check_arg_id;
1254
1255 FMT_CONSTEXPR void check_dynamic_spec(int arg_id) {
1256 if (arg_id < num_args_ && types_ && !is_integral_type(types_[arg_id]))
1257 report_error("width/precision is not integer");
1258 }
1259};
1260
1261// An argument reference.

Callers

nothing calls this directly

Calls 2

is_integral_typeFunction · 0.85
report_errorFunction · 0.85

Tested by

no test coverage detected