static_assert.h File Reference
Go to the source code of this file.
Macros | |
#define | static_assert(x, m) static_assert_<(x)>() |
Detailed Description
Back port of static assert
This is a compile time check for debugging purposes.
- Date
- 9/26/15
- Version
- 1.0
- Copyright
- GNU Public License.
Macro Definition Documentation
#define static_assert | ( | x, | |
m | |||
) | static_assert_<(x)>() |
Test condition and print message
- Parameters
-
x condition m message