| #define TTS_CONSTEXPR_EXPECT | ( | EXPR, | |
| ... | |||
| ) | TTS_CEXPR_EXPECT_ ## __VA_ARGS__ ( EXPR ) |
Check if a given expression evaluates to true at compile-time.
| EXPR | Expression to evaluate and compare to true. |
| ... | Optional tag. If equals to REQUIRED, this test will stop the program if it fails. |