Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TCanMoveTArrayPointersBetweenArr-
| |
|
| Name |
TCanMoveTArrayPointersBetweenArrayTypes |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path |
#include "uLang/Common/Containers/Array.h" |
Syntax
enum TCanMoveTArrayPointersBetweenArrayTypes
{
Value = TAreTypesEqual<FromAllocatorType, ToAllocatorType>::Value && TContainerTraits<FromArrayType>::MoveWillEmptyContainer && ( TAreTypesEqual <ToElementType, FromElementType>::Value || TIsBitwiseConstructible<ToElementType, FromElementType>::Value ),
}
Values