Summary

August 28, 2017 ยท View on GitHub

MembersDescriptions
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

  • condition The condition to be evaluated

  • message The message given upon failure

Generated by Moxygen