Format a list of arguments to a stream according to a format string.
Synopsis
Declared in <tinyformat.h>
void
vformat(
std::ostream& out,
char const* fmt,
FormatList const& list);
Parameters
Name |
Description |
out |
Stream to write to. |
fmt |
Format string. |
list |
Type‐opaque list of arguments to format. |
Created with MrDocs