Home
last modified time | relevance | path

Searched defs:OnScopeLeaveImpl (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dutil.h560 struct OnScopeLeaveImpl { struct
564 explicit OnScopeLeaveImpl(Fn&& fn) : fn_(std::move(fn)), active_(true) {} in OnScopeLeaveImpl() function
565 ~OnScopeLeaveImpl() { if (active_) fn_(); } in ~OnScopeLeaveImpl() argument
568 OnScopeLeaveImpl& operator=(const OnScopeLeaveImpl& other) = delete; argument
569 OnScopeLeaveImpl(OnScopeLeaveImpl&& other) in OnScopeLeaveImpl() function