Searched defs:on_scope_exit (Results 1 – 1 of 1) sorted by relevance
57 struct on_scope_exit { struct58 explicit on_scope_exit(Func func) : func_(func) {} in on_scope_exit() argument59 ~on_scope_exit() { func_(); } in ~on_scope_exit() argument65 on_scope_exit(Func) -> on_scope_exit<Func>; argument