WPILibC++ 2025.1.1
|
#include <fmt/format.h>
Public Member Functions | |
writer (FILE *f) | |
writer (detail::buffer< char > &buf) | |
template<typename... T> | |
void | print (format_string< T... > fmt, T &&... args) |
Formats args according to specifications in fmt and writes the output to the file. | |
|
inline |
|
inline |
|
inline |
Formats args
according to specifications in fmt
and writes the output to the file.