Loading [MathJax]/extensions/TeX/AMSfonts.js
imate
C++/CUDA Reference
Main Page
Namespaces
Namespace List
Namespace Members
All
c
d
l
Functions
c
d
l
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
x
~
Functions
_
a
c
d
e
f
g
h
i
j
l
n
o
p
q
r
s
t
x
~
Variables
_
a
b
c
d
e
m
n
p
s
x
Files
File List
File Members
All
_
a
c
e
f
g
i
l
q
s
u
Functions
_
c
e
g
l
q
s
Variables
Typedefs
_
c
f
i
l
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
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