template <typename Func>

class OnScopeExitWrapper

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

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

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

void ~OnScopeExitWrapper<Func> ()

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