LLVM
15.0.0git
|
Go to the source code of this file.
Classes | |
class | llvm::detail::scope_exit< Callable > |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::detail | |
Functions | |
template<typename Callable > | |
LLVM_NODISCARD detail::scope_exit< typename std::decay< Callable >::type > | llvm::make_scope_exit (Callable &&F) |
This file defines the make_scope_exit function, which executes user-defined cleanup logic at scope exit.
Definition in file ScopeExit.h.