template <typename Context, int NUM_ARGS, int NUM_NAMED_ARGS, unsigned long long DESC>

struct format_arg_store

Defined at line 2389 of file ../../third_party/fmtlib/src/include/fmt/base.h

An array of references to arguments. It can be implicitly converted to

`basic_format_args` for passing into type-erased formatting functions

such as `vformat`. It is a plain struct to reduce binary size in debug mode.

Public Members

type args