Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
tinyformat::FormatList Class Reference
List of template arguments format(), held in a type-opaque way. More...
#include <tinyformat.h>
Inheritance diagram for tinyformat::FormatList:
Collaboration diagram for tinyformat::FormatList:
Public Member Functions | |
FormatList (detail::FormatArg *formatters, int N) | |
Private Attributes | |
const detail::FormatArg * | m_formatters |
int | m_N |
Friends | |
void | vformat (std::ostream &out, const char *fmt, const FormatList &list) |
Detailed Description
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 855 of file tinyformat.h.
Constructor & Destructor Documentation
◆ FormatList()
|
inline |
Definition at line 858 of file tinyformat.h.
Friends And Related Function Documentation
◆ vformat
|
friend |
Member Data Documentation
◆ m_formatters
|
private |
Definition at line 865 of file tinyformat.h.
Referenced by tinyformat::vformat().
◆ m_N
|
private |
Definition at line 866 of file tinyformat.h.
Referenced by tinyformat::vformat().
The documentation for this class was generated from the following file:
- src/tinyformat.h