template <typename F>

class scope_guard

Defined at line 31 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Functional.h

Public Methods

void ~scope_guard<F> ()

Defined at line 33 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Functional.h

void release ()

Defined at line 36 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Functional.h

Friends

template <typename F>
scope_guard scope_guard (F )