Summary
August 28, 2017 ยท View on GitHub
| Members | Descriptions |
|---|---|
define FETLANG_ASSERTIVENESS_ASSERT_H_ | |
void fetlang_assert(int condition,const char * message) | Throw runtime_error if condition is not met |
Members
define FETLANG_ASSERTIVENESS_ASSERT_H_
void fetlang_assert(int condition,const char * message)
Throw runtime_error if condition is not met
If the condition is false, throw a runtime_error with the message message
Parameters
-
conditionThe condition to be evaluated -
messageThe message given upon failure
Generated by Moxygen