10template <
typename Func>
13 ScopeGuard(ScopeGuard
const&) =
delete;
14 ScopeGuard(ScopeGuard&&) =
delete;
16 operator=(ScopeGuard
const&) =
delete;
18 operator=(ScopeGuard&&) =
delete;
Run a function when the scope is exited.
Definition ScopeGuard.hpp:11
ScopeGuard(Func func)
Create ScopeGuard object.
Definition ScopeGuard.hpp:25
This namespace contains various utilities.
Definition AccountUtils.hpp:11