carb::assert::deregisterAssertForClient

Defined in carb/assert/AssertUtils.h

inline void carb::assert::deregisterAssertForClient()

Removes the global instance of the IAssert interface.

Remark

This will be called during framework shutdown or module unload to clear out the IAssert interface pointer for the module. Once cleared out, all functionality that makes use of it will be effectively disabled for that module.

Returns

No return value.