Skip to content

Function printfmt

function printfmt(const std::string &, const Args &...) meta

template <typename... Args>
KFR_INLINE void printfmt(const std::string& fmt, const Args&... args)

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

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

Fully qualified name: kfr::printfmt(const std::string &, const Args &...)

Declared at meta/string.hpp:443

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