libtime++: Date and time calculation

◆ libtime_Xassert

#define libtime_Xassert (   C,
  M,
 
)    if (!(C)) { throw( E ( M , __FILE__, __LINE__, #C )); }

Check an assertion and report by throwing an exception.

Parameters
Cassert condition
Mmessage of type char*
Eexception class to throw

Definition at line 705 of file libtime++.h.