Searched defs:FinallyImpl (Results 1 – 1 of 1) sorted by relevance
61 FinallyImpl<F>::FinallyImpl(const F& func) : func(func) {} in FinallyImpl() function64 FinallyImpl<F>::FinallyImpl(F&& func) : func(std::move(func)) {} in FinallyImpl() function67 FinallyImpl<F>::FinallyImpl(FinallyImpl<F>&& other) in FinallyImpl() function