[#tinyformat-FormatList] = xref:tinyformat.adoc[tinyformat]::FormatList :relfileprefix: ../ :mrdocs: List of template arguments format(), held in a type‐opaque way. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class FormatList; ---- == Description A const reference to FormatList (typedef'd as FormatListRef) may be conveniently used to pass arguments to non‐template functions: All type information has been stripped from the arguments, leaving just enough of a common interface to perform formatting as required. == Member Functions [cols="1,4"] |=== | Name| Description | xref:tinyformat/FormatList/2constructor.adoc[`FormatList`] [.small]#[constructor]# | Build a format list from an array of type‐opaque arguments. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:tinyformat/vformat.adoc[tinyformat::vformat]` | Format a list of arguments to a stream according to a format string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#