Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TCanMoveTArrayPointersBetweenArrayTypes |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
Syntax
template<typename FromArrayType, typename ToArrayType>
struct TCanMoveTArrayPointersBetweenArrayTypes
Enums
Public
| Name | Remarks |
|---|---|
| TCanMoveTArrayPointersBetweenArrayTypes |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FromAllocatorType | typename FromArrayType::ElementAllocatorType | uLang/Common/Containers/Array.h | |
| FromElementType | typename FromArrayType::ElementType | uLang/Common/Containers/Array.h | |
| ToAllocatorType | typename ToArrayType::ElementAllocatorType | uLang/Common/Containers/Array.h | |
| ToElementType | typename ToArrayType::ElementType | uLang/Common/Containers/Array.h |