Flow123d
release_3.0.0-973-g92f55e826
|
#include <printf.h>
Public Member Functions | |
PrintfArgFormatter (BasicWriter< Char > &w, FormatSpec &s) | |
Public Member Functions inherited from fmt::internal::BasicPrintfArgFormatter< PrintfArgFormatter< Char >, Char > | |
BasicPrintfArgFormatter (BasicWriter< Char > &w, FormatSpec &s) | |
void | visit_bool (bool value) |
void | visit_char (int value) |
void | visit_cstring (const char *value) |
void | visit_pointer (const void *value) |
void | visit_custom (Arg::CustomValue c) |
The default printf argument formatter.
|
inline |