Define PL_ABORT_IF_NOT¶
Defined in File Error.hpp
Define Documentation¶
-
PL_ABORT_IF_NOT(expression, message)¶
Macro that throws
LightningExceptionwith error message if expression evaluates to false.- Parameters:
expression – an expression
message – string literal describing error