Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Templates
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/References.h |
| Include | #include "uLang/Common/Templates/References.h" |
Syntax
template<typename T>
struct TRemovePointer
Remarks
Removes one level of pointer from a type, e.g.:
TRemovePointer< int32 >::Type == int32 TRemovePointer< int32 >::Type](API\Runtime\uLangCore\uLang\Common\Templates\TRemovePointer\Type) == int32 [TRemovePointer< int32**>::Type](API\Runtime\uLangCore\uLang\Common\Templates\TRemovePointer\Type) == int32* [TRemovePointer
Typedefs
| Name | Description |
|---|---|
| Type |