[#BloombergLP-bslfmt-make_format_args] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::make_format_args :relfileprefix: ../../ :mrdocs: From the specified `fmt_args` return a type convertible to `format_arg_store` that is suitable for use by the `char`‐based `bslfmt::format` functions. == Synopsis Declared in `<bslfmt_format_args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> xref:BloombergLP/bslfmt/Format_ArgsStore.adoc[Format_ArgsStore<format_context, t_ARGS...>] make_format_args(t_ARGS&... fmt_args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#