Macro KFR_PRINT_AND_ABORT¶
macro KFR_PRINT_AND_ABORT common¶
KFR_PRINT_AND_ABORT(kind, ...) \
do \
{ \
kfr::errorln("KFR " KFR_STRINGIFY(kind) " error: ", __VA_ARGS__); \
std::abort(); \
} while (0) Fully qualified name: KFR_PRINT_AND_ABORT
Declared at except.hpp:61
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.