LLVM  8.0.1
Classes | Namespaces | Functions
ScopeExit.h File Reference
#include "llvm/Support/Compiler.h"
#include <type_traits>
#include <utility>
Include dependency graph for ScopeExit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::detail::scope_exit< Callable >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::detail
 Implementation details of the pass manager interfaces.
 

Functions

template<typename Callable >
LLVM_NODISCARD detail::scope_exit< typename std::decay< Callable >::typellvm::make_scope_exit (Callable &&F)