Skip to content

Function error

function error(const Args &...) meta

template <typename... Args>
KFR_INLINE void error(const Args&... args)

Print values to stderr, each formatted with its default conversion specifier.

Parameters
args Values to print.

Fully qualified name: kfr::error(const Args &...)

Declared at meta/string.hpp:551

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