AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ AFF_Xassert

#define AFF_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 153 of file error.h.