OMNI_GRAPH_EXEC_FATAL_UNLESS
Defined in omni/graph/exec/unstable/Assert.h
-
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.