Bitcoin ABC 0.30.3
P2P Digital Currency
|
List of template arguments format(), held in a type-opaque way. More...
#include <tinyformat.h>
Public Member Functions | |
FormatList (detail::FormatArg *args, int N) | |
Private Attributes | |
const detail::FormatArg * | m_args |
int | m_N |
Friends | |
void | vformat (std::ostream &out, const char *fmt, const FormatList &list) |
List of template arguments format(), held in a type-opaque way.
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.
Definition at line 1004 of file tinyformat.h.
|
inline |
Definition at line 1006 of file tinyformat.h.
|
friend |
|
private |
Definition at line 1012 of file tinyformat.h.
|
private |
Definition at line 1013 of file tinyformat.h.