Macro KFR_CHECK_IMPL¶
macro KFR_CHECK_IMPL common¶
KFR_CHECK_IMPL(cond, kind, ...) \
do \
{ \
if (KFR_UNLIKELY(!(cond))) \
KFR_REPORT_ERROR(kind, __VA_ARGS__); \
} while (0) Fully qualified name: KFR_CHECK_IMPL
Declared at except.hpp:74
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.