Macro KFR_ASSERT_INACTIVE¶
macro KFR_ASSERT_INACTIVE test¶
KFR_ASSERT_INACTIVE(...) \
do \
{ \
} while (false && (__VA_ARGS__)) Fully qualified name: KFR_ASSERT_INACTIVE
Declared at test/assert.hpp:133
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.