class format_arg_store

Declaration

template <typename Context, typename... Args>
class format_arg_store { /* full declaration omitted */ };

Description

\rstAn array of references to arguments. It can be implicitly converted into `~fmt::basic_format_args` for passing into type-erased formatting functions such as `~fmt::vformat`.\endrst

Declared at: third_party/fmt/include/fmt/core.h:1774

Templates

Context
Args

Method Overview

Methods

ΒΆtemplate <typename... T>
inline constexpr format_arg_store<Context,
                                  Args...>(
    T&... args)

Declared at: third_party/fmt/include/fmt/core.h:1803

Templates

T

Parameters

T&... args