[#bsl-make_format_args] = xref:bsl.adoc[bsl]::make_format_args :relfileprefix: ../ :mrdocs: Return an object, whose type is not specified, holding an array of `format_arg` types constructed from the specified `args`. The type returned is implicitly convertible to a `format_args` holding a reference to the contained array. This function will statically assert if any of the specified template parameters `t_ARGS` is of type `long double`. == Synopsis Declared in `<bslfmt_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CONTEXT = std::format_context, class... t_ARGS> auto make_format_args(t_ARGS&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#