Define PL_ABORT_IF_NOT

Define Documentation

PL_ABORT_IF_NOT(expression, message)

Macro that throws LightningException with error message if expression evaluates to false.

Parameters
  • expression – an expression

  • message – string literal describing error