![]() |
WPILibC++ 2027.0.0-alpha-3
|
#include <fmt/printf.h>
Public Types | |
| enum | { builtin_types = 1 } |
| using | char_type = Char |
Public Member Functions | |
| basic_printf_context (basic_appender< Char > out, basic_format_args< basic_printf_context > args) | |
Constructs a printf_context object. | |
| auto | out () -> basic_appender< Char > |
| void | advance_to (basic_appender< Char >) |
| auto | locale () -> locale_ref |
| auto | arg (int id) const -> basic_format_arg< basic_printf_context > |
| using basic_printf_context< Char >::char_type = Char |
|
inline |
Constructs a printf_context object.
References to the arguments are stored in the context object so make sure they have appropriate lifetimes.
|
inline |
|
inline |
|
inline |
|
inline |