libtime++: Date and time calculation
|
#define libtime_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 705 of file libtime++.h.