ΒΆtemplate <typename Context = fmt::format_context,
          typename... T>
constexpr auto make_format_args(T&... args)
    -> format_arg_store<Context,
                        remove_cvref_t<T>...>

Description

\rstConstructs a `~fmt::format_arg_store` object that contains references to arguments and can be implicitly converted to `~fmt::format_args`. `Context` can be omitted in which case it defaults to `~fmt::format_context`. See `~fmt::arg` for lifetime considerations.\endrst

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

Templates

Context
T

Parameters

T&... args