#include <tinyformat.h>
Definition at line 527 of file tinyformat.h.
◆ FormatArg() [1/2]
| tinyformat::detail::FormatArg::FormatArg |
( |
| ) |
|
|
default |
◆ 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) |
|
inlineprivate |
◆ m_value
| const void* tinyformat::detail::FormatArg::m_value {nullptr} |
|
private |
The documentation for this class was generated from the following file: