ΒΆtemplate <typename... T>
inline void print(std::FILE* f,
format_string<T...> fmt,
T&&... args)
template <typename... T>
inline void print(std::FILE* f,
format_string<T...> fmt,
T&&... args)
Description
\rstFormats ``args`` according to specifications in ``fmt`` and writes the output to the file ``f``. *Example**:: fmt::print(stderr, "Don't {}!", "panic");\endrst
Declared at: third_party/fmt/include/fmt/core.h:2891
Templates
- T
Parameters
- std::FILE* f
- format_string<T...> fmt
- T&&... args