10#ifndef LCF_SCOPE_GUARD_H
11#define LCF_SCOPE_GUARD_H
ScopeGuard & operator=(ScopeGuard &&)=delete
ScopeGuard(ScopeGuard &&o)
ScopeGuard(const ScopeGuard &)=delete
ScopeGuard & operator=(const ScopeGuard &)=delete
ScopeGuard< F > makeScopeGuard(F &&f)