tinyformat::vformat

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

NameDescription
outStream to write to.
fmtFormat string.
listType-opaque list of arguments to format.