template <typename Func>

class OnScopeExitWrapper

Defined at line 168 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 170 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h

void OnScopeExitWrapper<Func> (OnScopeExitWrapper<Func> && other)

Defined at line 171 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h

void ~OnScopeExitWrapper<Func> ()

Defined at line 175 of file ../../third_party/perfetto/include/perfetto/ext/base/utils.h