static_assert.h Source File
Back to the index.
Go to the documentation of this file.
55 #define STATIC_ASSERT(_Expr, _Msg) \
57 __nvwa_compile_time_error<((_Expr) != 0)> ERROR_##_Msg; \
61 #endif // STATIC_ASSERT
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17