[#tinyformat-vformat] = xref:tinyformat.adoc[tinyformat]::vformat :relfileprefix: ../ :mrdocs: Format a list of arguments to a stream according to a format string. == Synopsis Declared in `<tinyformat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void vformat( std::ostream& out, char const* fmt, xref:tinyformat/FormatList.adoc[FormatList] const& list); ---- == Parameters [cols="1,4"] |=== | Name| Description | *out* | Stream to write to. | *fmt* | Format string. | *list* | Type‐opaque list of arguments to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#