[#BloombergLP-bslfmt-Format_ArgUtil-makeFormatArgArray] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/Format_ArgUtil.adoc[Format_ArgUtil]::makeFormatArgArray :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#