Searched refs:cleanup_ (Results 1 – 1 of 1) sorted by relevance
756 explicit scope_exit(Cleanup const& cleanup) : cleanup_(cleanup) {} in scope_exit()758 ~scope_exit() { cleanup_(); } in ~scope_exit()761 Cleanup cleanup_; member