Searched defs:FinallyImpl (Results 1 – 1 of 1) sorted by relevance
62 FinallyImpl<F>::FinallyImpl(const F& func_) : func(func_) {} in FinallyImpl() function65 FinallyImpl<F>::FinallyImpl(F&& func_) : func(std::move(func_)) {} in FinallyImpl() function68 FinallyImpl<F>::FinallyImpl(FinallyImpl<F>&& other) in FinallyImpl() function