Function errorln¶
function errorln(const Args &...) meta¶
template <typename... Args>
KFR_INLINE void errorln(const Args&... args) Print values to stderr followed by a newline, then flush stderr.
| args | Values to print. |
Fully qualified name: kfr::errorln(const Args &...)
Declared at meta/string.hpp:564
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.