![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_EXPECT | ( | ... | ) |
A macro to use in an if statement to declare that the expression is expected to be true more often than it is false.
Usage: if(ARENE_EXPECT(the_answer == 42)) { ... }
| ... | The expression to evaluate |
bool