|
| 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...
|
|
| 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...
|
|
◆ print() [1/2]
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.
◆ print() [2/2]
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: