class writer
Defined at line 902 of file ../../third_party/fmtlib/src/include/fmt/format.h
A writer to a buffered stream. It doesn't own the underlying stream.
Public Methods
void writer (FILE * f)
Defined at line 911 of file ../../third_party/fmtlib/src/include/fmt/format.h
void writer (detail::buffer<char> & buf)
Defined at line 912 of file ../../third_party/fmtlib/src/include/fmt/format.h
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.
Defined at line 916 of file ../../third_party/fmtlib/src/include/fmt/format.h