Struct ScopeExitInternal
Namespace: THelpers
Assembly: FlaxEngine.dll
File: Engine/Core/ScopeExit.h
Syntax
public struct ScopeExitInternal
Methods
operator*(FuncType&& func)
Declaration
public ScopeExit<FuncType> operator*(FuncType&& func)
Parameters
|
FuncType
func
|
Returns
|
ScopeExit<FuncType>
|
Type Parameters
|
typename FuncType
|