check_condition.h
Go to the documentation of this file.
53 #define AssertCondition(EX, MSG) (void)((EX) || (__AssertCondition (#EX, __FILE__, __func__, __LINE__, MSG),0))
64 void __AssertCondition(const char *argument, const char * file, const char * function_name, int line, std::string message);
void __AssertCondition(const char *argument, const char *file, const char *function_name, int line, std::string message)
Prints the given information to stderr and let the program terminate with exit code 1...