Searched refs:ExitFunction (Results 1 – 1 of 1) sorted by relevance
27 Callable ExitFunction; variable32 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {} in scope_exit()35 : ExitFunction(std::move(Rhs.ExitFunction)), Engaged(Rhs.Engaged) { in scope_exit()46 ExitFunction(); in ~scope_exit()