Definition in file static_assert.h.
Go to the source code of this file.
Data Structures | |
| struct | __nvwa_compile_time_error< true > |
Defines | |
| #define | STATIC_ASSERT(_Expr, _Msg) |
| #define STATIC_ASSERT | ( | _Expr, | |||
| _Msg | ) |
Value:
{ \
__nvwa_compile_time_error<((_Expr) != 0)> ERROR_##_Msg; \
(void)ERROR_##_Msg; \
}
Definition at line 44 of file static_assert.h.
1.5.6