This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
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; \ }