tinyformat::FormatList::FormatList

Build a format list from an array of type-opaque arguments.

Synopsis

Declared in <tinyformat.h>

FormatList(
    /* implementation-defined */* args,
    int N);

Parameters

NameDescription
argsPointer to the array of format arguments.
NNumber of arguments in the array.