OMNI_MODULE_REQUIRE_CARB_IASSERT
Defined in omni/core/ModuleExports.h
- 
OMNI_MODULE_REQUIRE_CARB_IASSERT(exp_)
- Requires that the owning omni::core::ITypeFactory provides a Carbonite carb::assert::IAssert g_carbAssert. - By default, the owning omni::core::ITypeFactory will try to populate the module’s g_carbAssert, but will silently fail if it cannot. This macro tells the omni::core::ITypeFactory to fail the module’s load.