Loki
0.1.7
|
#include <ScopeGuard.h>
Additional Inherited Members | |
![]() | |
ScopeGuardImplBase (const ScopeGuardImplBase &other) throw () | |
Copy-constructor takes over responsibility from other ScopeGuard. | |
Implementation class for a standalone function or class static function with three parameters. Each parameter is copied by value - use Loki::ByRef if you must use a reference instead. ScopeGuard ignores any value returned from the call within the Execute function.
This class has a single standalone helper function, MakeGuard which creates and returns a ScopeGuard.