|
Roboruka
Knihovna pro obsluhu RoboRuky.
|
#include <printf.h>
Veřejné typy | |
| using | char_type = Char |
Veřejné metody | |
| basic_printf_context (OutputIt out, basic_string_view< char_type > format_str, basic_format_args< basic_printf_context > args) | |
| template<typename ArgFormatter = printf_arg_formatter<buffer_range<Char>>> | |
| OutputIt | format () |
This template formats data and writes the output to a writer.
| using basic_printf_context< OutputIt, Char >::char_type = Char |
The character type for the output.
|
inline |
\rst Constructs a printf_context object. References to the arguments and the writer are stored in the context object so make sure they have appropriate lifetimes. \endrst
| OutputIt basic_printf_context< OutputIt, Char >::format |
Formats stored arguments and writes the output to the range.