[#tinyformat-FormatList-2constructor] = xref:tinyformat.adoc[tinyformat]::xref:tinyformat/FormatList.adoc[FormatList]::FormatList :relfileprefix: ../../ :mrdocs: Build a format list from an array of type‐opaque arguments. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FormatList( /* implementation-defined */* args, int N); ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | Pointer to the array of format arguments. | *N* | Number of arguments in the array. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#