Searched refs:f_ (Results 1 – 1 of 1) sorted by relevance
34 constexpr ScopeGuard(F &&f) : f_(static_cast<F &&>(f)) {} in ScopeGuard()36 : f_(that.f_), active_(that.active_) { in ScopeGuard()42 : f_(that.f_), active_(that.active_) { in ScopeGuard()46 ~ScopeGuard() { f_(); } in ~ScopeGuard()55 F f_; variable
Completed in 3 milliseconds