WPILibC++ 2024.3.2
|
#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/printf.h>
Public Types | |
using | char_type = Char |
using | parse_context_type = basic_format_parse_context< Char > |
template<typename T > | |
using | formatter_type = printf_formatter< T > |
Public Member Functions | |
basic_printf_context (detail::buffer_appender< Char > out, basic_format_args< basic_printf_context > args) | |
\rst Constructs a printf_context object. More... | |
auto | out () -> detail::buffer_appender< Char > |
void | advance_to (detail::buffer_appender< Char >) |
auto | locale () -> detail::locale_ref |
auto | arg (int id) const -> basic_format_arg< basic_printf_context > |
FMT_CONSTEXPR void | on_error (const char *message) |
using basic_printf_context< Char >::char_type = Char |
using basic_printf_context< Char >::formatter_type = printf_formatter<T> |
using basic_printf_context< Char >::parse_context_type = basic_format_parse_context<Char> |
|
inline |
\rst Constructs a printf_context
object.
References to the arguments are stored in the context object so make sure they have appropriate lifetimes. \endrst
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |