|
ic-macros
0.1.5
|

Go to the source code of this file.
Macros | |
| #define | IC_BUILD_ASSERT(expr, msg...) |
| Compile-time assertion. More... | |
| #define IC_BUILD_ASSERT | ( | expr, | |
| msg... | |||
| ) |
Compile-time assertion.
| expr | An expression that is a compile-time constant. |
| msg | Optional string to describe the assertion should it fail. |
Definition at line 27 of file build_assert.h.