Searched refs:ScopeGuardImpl (Results 1 – 1 of 1) sorted by relevance
16 class ScopeGuardImpl {18 explicit ScopeGuardImpl(F&& f) : f_{std::forward<F>(f)} {} in ScopeGuardImpl() function19 ~ScopeGuardImpl() { in ~ScopeGuardImpl()29 ScopeGuardImpl<DecayedFunc> operator+(ScopeGuardEnum, Func&& func) {30 return ScopeGuardImpl<DecayedFunc>{std::forward<Func>(func)};