Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TGuard |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Storage.h |
| Include Path | #include "uLang/Common/Templates/Storage.h" |
Syntax
template<typename Function>
struct TGuard : private uLang::CNoncopyable
Inheritance Hierarchy
- CNoncopyable → TGuard
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGuard
(
TArgs&&... Args |
uLang/Common/Templates/Storage.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TGuard() |
uLang/Common/Templates/Storage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Function | Function | uLang/Common/Templates/Storage.h |