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

struct named_arg_store

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

Public Members

arg_t<Context, NUM_ARGS>[1U + NUM_ARGS] args
named_arg_info<typename Context::char_type>[static_cast<size_t>(NUM_NAMED_ARGS)] named_args

Public Methods

template <typename... T>
void named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> (T &... values)

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

void named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> (named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> && rhs)

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

void named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> (const named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> & rhs)

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

named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> & operator= (const named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> & rhs)

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

named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> & operator= (named_arg_store<Context, NUM_ARGS, NUM_NAMED_ARGS, DESC> && rhs)

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

const arg_t<Context, NUM_ARGS> * operator const std::conditional<value-parameter-0-1 <= max_packed_args, fmt::detail::value<type-parameter-0-0>, fmt::basic_format_arg<type-parameter-0-0> >::type * ()

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