Function ZEROAssert(bool, const char *, const char *, const int)

Function Documentation

void ZEROAssert(bool b, const char *callerFn = __builtin_FUNCTION(), const char *callerFile = __builtin_FILE(), const int callerLine = __builtin_LINE())

Custom assertion manager.

Parameters
  • b – The assertion expression

  • callerFn – Filled with the caller function

  • callerFile – Filled with the caller file

  • callerLine – Filled with the caller line