Searched defs:OnScopeExitWrapper (Results 1 – 1 of 1) sorted by relevance
153 explicit OnScopeExitWrapper(Func f) : f_(std::move(f)), active_(true) {} in OnScopeExitWrapper() function154 OnScopeExitWrapper(OnScopeExitWrapper&& other) noexcept in OnScopeExitWrapper() function