List of template arguments format(), held in a type-opaque way.
Declared in <tinyformat.h>
class FormatList;
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.
| Name | Description |
|---|---|
FormatList [constructor] | Build a format list from an array of type-opaque arguments. |
| Name | Description |
|---|---|
tinyformat::vformat | Format a list of arguments to a stream according to a format string. |