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