OMNI_GRAPH_EXEC_FATAL_UNLESS#
-
OMNI_GRAPH_EXEC_FATAL_UNLESS(arg_, ...)#
Check if the given expression evaluates to
true
, and if not, terminates the application.See Error Handling to understand when it is appropriate to use this macro.
Check if the given expression evaluates to true
, and if not, terminates the application.
See Error Handling to understand when it is appropriate to use this macro.