Go to the source code of this file.
◆ MOCHI_ASSERT
| #define MOCHI_ASSERT |
( |
| condition_without_side_effects, |
|
|
| ... ) |
Value:MOCHI_ASSERT_IMPL(condition_without_side_effects __VA_OPT__(, )##__VA_ARGS__)
Definition at line 81 of file debug.h.
◆ MOCHI_ASSERT_EIGEN
| #define MOCHI_ASSERT_EIGEN |
( |
| ) |
|
Value:
"This feature requires Eigen. To enable, add the Eigen dependency to your build configuration and define MOCHI_USE_EIGEN=1.")
#define MOCHI_ASSERT(condition_without_side_effects,...)
Definition at line 119 of file debug.h.
◆ MOCHI_ASSERT_VERBOSE
| #define MOCHI_ASSERT_VERBOSE |
( |
| condition_without_side_effects, |
|
|
| ... ) |
Value:MOCHI_ASSERT_IMPL(condition_without_side_effects __VA_OPT__(, )##__VA_ARGS__)
Definition at line 102 of file debug.h.
◆ MOCHI_NOT_IMPLEMENTED
| #define MOCHI_NOT_IMPLEMENTED |
( |
| ) |
|