carb::assert::registerAssertForClient
Defined in carb/assert/AssertUtils.h
-
inline void carb::assert::registerAssertForClient() noexcept
Registers the IAssert implementation with the calling module.
Remark
This will be called once during framework startup to attempt to register the IAssert interface implementation with the calling module. Once the interface is acquired, it will be valid through g_carbAssert until the framework is shutdown.
- Returns
No return value.