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 Fri Dec 7 2018 19:52:23 for GXemul by
1.8.13