Struct ScopeExit
Assembly: FlaxEngine.dll
File: Engine/Core/ScopeExit.h
Syntax
public struct ScopeExit<FuncType>
Type Parameters
|
typename FuncType
|
Constructors
~ScopeExit()
Declaration
public ~ScopeExit()
ScopeExit(FuncType&& func)
Declaration
public ScopeExit(FuncType&& func)
Parameters
|
FuncType
func
|