src/biu/assertbiu.hh File Reference
#include <cassert>
#include <iostream>
Include dependency graph for assertbiu.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | assertbiu(EXPR, MSG) |
Define Documentation
#define assertbiu | ( | EXPR, | |||
MSG | ) |
Value:
( (EXPR) || \ ( (std::cerr<<"\n\tASSERT FAILED : " <<MSG <<"\n\n") \ && (assert(EXPR), 0)) \ )
Definition at line 13 of file assertbiu.hh.