#include <tinyformat.h>
Definition at line 574 of file tinyformat.h.
◆ FormatArg() [1/2]
tinyformat::detail::FormatArg::FormatArg |
( |
| ) |
|
|
inline |
◆ FormatArg() [2/2]
tinyformat::detail::FormatArg::FormatArg |
( |
const T & |
value | ) |
|
|
inlineexplicit |
◆ format()
void tinyformat::detail::FormatArg::format |
( |
std::ostream & |
out, |
|
|
const char * |
fmtBegin, |
|
|
const char * |
fmtEnd, |
|
|
int |
ntrunc |
|
) |
| const |
|
inline |
◆ formatImpl()
◆ toInt()
int tinyformat::detail::FormatArg::toInt |
( |
| ) |
const |
|
inline |
◆ toIntImpl()
◆ m_formatImpl
◆ m_toIntImpl
int(* tinyformat::detail::FormatArg::m_toIntImpl) (const void *value) |
|
private |
◆ m_value
const void* tinyformat::detail::FormatArg::m_value |
|
private |
The documentation for this class was generated from the following file: