Implementation of the assert function for ITHACA-FV. More...
#include <iostream>Go to the source code of this file.
Macros | |
| #define | M_Assert(Expr, Msg) |
Functions | |
| void | __M_Assert (const char *expr_str, bool expr, const char *file, int line, const char *msg) |
Implementation of the assert function for ITHACA-FV.
Definition in file ITHACAassert.H.
| #define M_Assert | ( | Expr, | |
| Msg ) |
Definition at line 46 of file ITHACAassert.H.
|
inline |
Definition at line 33 of file ITHACAassert.H.
1.13.2