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

Synopsis

Declared in <tinyformat.h>

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

Parameters

Name

Description

args

Pointer to the array of format arguments.

N

Number of arguments in the array.

Created with MrDocs