Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ FatalConditionHandlerGuard
Method
FatalConditionHandlerGuard
external/catch.hpp:8030–8033 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8028
FatalConditionHandler* m_handler;
8029
public:
8030
FatalConditionHandlerGuard(FatalConditionHandler* handler):
8031
m_handler(handler) {
8032
m_handler->engage();
8033
}
8034
~FatalConditionHandlerGuard() {
8035
m_handler->disengage();
8036
}
Callers
nothing calls this directly
Calls
1
engage
Method · 0.80
Tested by
no test coverage detected