Build a format list from an array of type-opaque arguments.
Declared in <tinyformat.h>
FormatList(
/* implementation-defined */* args,
int N);
| Name | Description |
|---|---|
| args | Pointer to the array of format arguments. |
| N | Number of arguments in the array. |