Home
last modified time | relevance | path

Searched defs:on_scope_exit (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp57 struct on_scope_exit { struct
58 explicit on_scope_exit(Func func) : func_(func) {} in on_scope_exit() argument
59 ~on_scope_exit() { func_(); } in ~on_scope_exit() argument
65 on_scope_exit(Func) -> on_scope_exit<Func>; argument