tinyformat::FormatList

List of template arguments format(), held in a type-opaque way.

Synopsis

Declared in <tinyformat.h>

class FormatList;

Description

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.

Member Functions

NameDescription
FormatList [constructor]Build a format list from an array of type-opaque arguments.

Friends

NameDescription
tinyformat::vformatFormat a list of arguments to a stream according to a format string.