Define PL_ABORT_IF

Define Documentation

PL_ABORT_IF(expression, message)

Macro that throws LightningException if expression evaluates to true.

Parameters
  • expression – an expression

  • message – string literal describing error