TS++ library: time series library
|
#define TSXX_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 118 of file error.h.
Referenced by ts::ipo::resample().