Home
last modified time | relevance | path

Searched refs:cleanup_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp756 explicit scope_exit(Cleanup const& cleanup) : cleanup_(cleanup) {} in scope_exit()
758 ~scope_exit() { cleanup_(); } in ~scope_exit()
761 Cleanup cleanup_; member