OMNI_GRAPH_EXEC_FATAL_UNLESS_ARG#
-
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.
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.