MCPcopy Create free account
hub / github.com/RenderKit/oidn / disengage

Method disengage

external/catch.hpp:8019–8023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8017 }
8018
8019 void disengage() {
8020 assert(m_started && "Handler cannot be uninstalled without being installed first");
8021 m_started = false;
8022 disengage_platform();
8023 }
8024 };
8025
8026 //! Simple RAII guard for (dis)engaging the FatalConditionHandler

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected