BloombergLP::bslfmt::Format_ArgsUtil::makeFormatArgs

Create a Format_ArgsStore object containing basic_format_arg objects constructed from the specified fmt_args values.

Synopsis

Declared in <bslfmt_format_args.h>

template<
    class t_CONTEXT,
    class... t_ARGS>
static
Format_ArgsStore<t_CONTEXT, t_ARGS...>
makeFormatArgs(t_ARGS&... fmt_args);