Skip to content

Function fprintfmt

function fprintfmt(FILE *, const std::string &, const Args &...) meta

template <typename... Args>
KFR_INLINE void fprintfmt(FILE* f, const std::string& fmt, const Args&... args)

Print to a file f using a {}"-based format string.

Parameters
f Output stream.
fmt Format string with {} placeholders.
args Values to print.

Fully qualified name: kfr::fprintfmt(FILE *, const std::string &, const Args &...)

Declared at meta/string.hpp:457

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.