AFF --- A container for numbers (array) by Friederich and Forbriger.
◆
AFF_Xassert
#define AFF_Xassert
(
C,
M,
E
)
if (!(C)) { throw( E ( M , __FILE__, __LINE__, #C )); }
Check an assertion and report by throwing an exception.
Parameters
C
assert condition
M
message of type char*
E
exception class to throw
Definition at line
153
of file
error.h
.
Error handling module
Generated on Mon Aug 21 2023 17:36:08 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14