OMNI_GRAPH_EXEC_FATAL_UNLESS_ARG
Defined in omni/graph/exec/unstable/Assert.h
-
OMNI_GRAPH_EXEC_FATAL_UNLESS_ARG(arg_)
Check if the given argument is
nullptr
, and if so terminates the application.See Error Handling to understand when it is appropriate to use this macro.