template <typename Func>
class OnScopeExitWrapper
Defined at line 188 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h
A RAII wrapper to invoke a function when leaving a function/scope.
Public Methods
void OnScopeExitWrapper<Func> (Func f)
Defined at line 190 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h
void OnScopeExitWrapper<Func> (OnScopeExitWrapper<Func> && other)
Defined at line 191 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h
void ~OnScopeExitWrapper<Func> ()
Defined at line 195 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h