quill
Public Member Functions | List of all members
writer Class Reference

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

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: