Macro KFR_ASSERT_ACTIVE¶
macro KFR_ASSERT_ACTIVE test¶
KFR_ASSERT_ACTIVE(...) \
do \
{ \
if (!::kfr::check_assertion(::kfr::make_comparison() <= __VA_ARGS__, #__VA_ARGS__, __FILE__, \
__LINE__)) \
KFR_BREAKPOINT; \
} while (0) Fully qualified name: KFR_ASSERT_ACTIVE
Declared at test/assert.hpp:119
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.