Assert macro. More...
Macros | |
| #define | NDTREE_ASSUME(cond) |
| Tells the optimizer that it can assume that the condition is true. | |
| #define | NDTREE_ASSERT_AT(condition, message, AT, ...) |
| Asserts a condition in DEBUG mode. Useful for checking pre/postconditions and invariants. More... | |
Assert macro.
| #define NDTREE_ASSERT_AT | ( | condition, | |
| message, | |||
| AT, | |||
| ... | |||
| ) |
Asserts a condition in DEBUG mode. Useful for checking pre/postconditions and invariants.