3#ifndef _aspose_system_scope_guard_h_
4#define _aspose_system_scope_guard_h_
22#pragma warning(disable : 4722)
Definition: db_command.h:9
ScopeGuard< F > MakeScopeGuard(F f)
A factory function that creates instances of ScopedGuard class.
Definition: scope_guard.h:42
The service class that provides services for running a particular function object when an instance of...
Definition: scope_guard.h:14
~ScopeGuard() noexcept(false)
Invokes the function object passed to the constructor.
Definition: scope_guard.h:25
ScopeGuard(F f)
Constructs an instance that is set up to invoke the specified function object.
Definition: scope_guard.h:17