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

Method basic_format_args

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

Source from the content-addressed store, hash-verified

2567 using format_arg = basic_format_arg<Context>;
2568
2569 constexpr basic_format_args() : desc_(0), args_(nullptr) {}
2570
2571 /// Constructs a `basic_format_args` object from `format_arg_store`.
2572 template <int NUM_ARGS, int NUM_NAMED_ARGS, ullong DESC,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected