ΒΆtemplate <typename... T>
inline void println(std::FILE* f,
format_string<T...> fmt,
T&&... args)
template <typename... T>
inline void println(std::FILE* f,
format_string<T...> fmt,
T&&... args)
Description
Formats ``args`` according to specifications in ``fmt`` and writes the output to the file ``f`` followed by a newline.
Declared at: third_party/fmt/include/fmt/core.h:2902
Templates
- T
Parameters
- std::FILE* f
- format_string<T...> fmt
- T&&... args