imate
C++/CUDA Reference
Macros
debugging.h File Reference
#include <iostream>
Include dependency graph for debugging.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros
#define
ASSERT
(condition, message)
Macro Definition Documentation
◆
ASSERT
#define ASSERT
(
condition,
message
)
Value:
do
{ \
if (!(condition)) { \
std::cerr <<
"Assertion `"
#condition
"` failed in "
<< __FILE__ \
<<
" line "
<< __LINE__ <<
": "
<< message << std::endl; \
std::terminate(); \
} \
}
while
(
false
)
Definition at line
20
of file
debugging.h
.
imate
_definitions
debugging.h
Generated on Mon Jan 22 2024 00:04:58 for imate by
1.9.1