Android-cuttlefish cvd tool
Classes | Namespaces | Functions
scopeguard.h File Reference
#include <utility>
Include dependency graph for scopeguard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  android::base::ScopeGuard< F >
 

Namespaces

namespace  android
 
namespace  android::base
 

Functions

template<typename F >
ScopeGuard< F > android::base::make_scope_guard (F &&f)
 
template<typename F >
 android::base::ScopeGuard (F &&t) -> ScopeGuard< F >