Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOCI/soci
/ FatalConditionHandlerGuard
Method
FatalConditionHandlerGuard
tests/catch.hpp:8039–8042 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8037
FatalConditionHandler* m_handler;
8038
public:
8039
FatalConditionHandlerGuard(FatalConditionHandler* handler):
8040
m_handler(handler) {
8041
m_handler->engage();
8042
}
8043
~FatalConditionHandlerGuard() {
8044
m_handler->disengage();
8045
}
Callers
nothing calls this directly
Calls
1
engage
Method · 0.80
Tested by
no test coverage detected