Replace the members of the specified out parameter by basic_format_arg objects constructed from the members of the specified fmt_args parameter.

Synopsis

Declared in <bslfmt_format_arg.h>

template<
    class t_CONTEXT,
    class... t_FMTARGS>
static
void
makeFormatArgArray(
    bsl::array<basic_format_arg<t_CONTEXT>, sizeof...(t_FMTARGS)>* out,
    t_FMTARGS&... fmt_args);

Created with MrDocs