bitz-server
2.0.0
|
#include <printf.h>
Public Member Functions | |
PrintfFormatter (const ArgList &al, BasicWriter< Char > &w) | |
void | format (BasicCStringRef< Char > format_str) |
This template formats data and writes the output to a writer.
|
inlineexplicit |
Constructs a PrintfFormatter
object. References to the arguments and the writer are stored in the formatter object so make sure they have appropriate lifetimes.
void fmt::PrintfFormatter< Char, AF >::format | ( | BasicCStringRef< Char > | format_str | ) |
Formats stored arguments and writes the output to the writer.