Flow123d
JS_before_hm-2205-g8c1b58980
|
#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 |