WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
writer Class Reference

#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.
 

Constructor & Destructor Documentation

◆ writer() [1/2]

writer::writer ( FILE * f)
inline

◆ writer() [2/2]

writer::writer ( detail::buffer< char > & buf)
inline

Member Function Documentation

◆ print()

template<typename... T>
void writer::print ( format_string< T... > fmt,
T &&... args )
inline

Formats args according to specifications in fmt and writes the output to the file.


The documentation for this class was generated from the following file: