|
TF++, Miscellaneous classes and modules in C++:
|
| #define TFXX_Xassert | ( | C, | |
| M, | |||
| E | |||
| ) | if (!(C)) { throw( E ( M , __FILE__, __LINE__, #C )); } |
Check an assertion and report by throwing an exception.
,
| C | assert condition |
| M | message of type char* |
| E | exception class to throw |
Definition at line 166 of file error.h.
Referenced by tfxx::numeric::RNGgaussian::RNGgaussian().