| souffle
    2.0.2-371-g6315b36
    | 
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 941 of file tinyformat.h.
| 
 | inline | 
Definition at line 944 of file tinyformat.h.
| 
 | friend | 
| 
 | private | 
Definition at line 951 of file tinyformat.h.
Referenced by tinyformat::vformat().
| 
 | private | 
Definition at line 952 of file tinyformat.h.
Referenced by tinyformat::vformat().
 1.8.17
 1.8.17