13 template <
typename DestinationElementType,
typename SourceElementType>
36template <
typename ElementType>
39 ElementType* Element = (ElementType*)Address;
42 new (Element) ElementType;
49template <
typename ElementType>
66template <
typename ElementType>
72 Element->DestructItemsElementTypeTypedef::~DestructItemsElementTypeTypedef();
76template <
typename ElementType>
90template <
typename ElementType>
98 Element->DestructItemsElementTypeTypedef::~DestructItemsElementTypeTypedef();
105template <
typename ElementType>
118template <
typename DestinationElementType,
typename SourceElementType>
131template <
typename DestinationElementType,
typename SourceElementType>
149template <
typename DestinationElementType,
typename SourceElementType>
164template <
typename DestinationElementType,
typename SourceElementType>
181template <
typename ElementType>
193template <
typename ElementType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define ULANG_FORCEINLINE
Definition Common.h:188
memcpy(InputBufferBase, BinkBlocksData, BinkBlocksSize)
Definition Conditionals.h:95
Definition OverriddenPropertySet.cpp:45
Definition VVMEngineEnvironment.h:23
ULANG_FORCEINLINE TEnableIf<!TIsTriviallyDestructible< ElementType >::Value >::Type DestructElement(ElementType *Element)
Definition MemoryOps.h:67
ULANG_FORCEINLINE TEnableIf<!TIsZeroConstructType< ElementType >::Value >::Type DefaultConstructElements(void *Address, int32_t Count)
Definition MemoryOps.h:37
ULANG_FORCEINLINE TEnableIf<!TIsBitwiseConstructible< DestinationElementType, SourceElementType >::Value >::Type ConstructElements(void *Dest, const SourceElementType *Source, int32_t Count)
Definition MemoryOps.h:119
ULANG_FORCEINLINE TEnableIf< TTypeTraits< ElementType >::IsBytewiseComparable, bool >::Type CompareElements(const ElementType *A, const ElementType *B, int32_t Count)
Definition MemoryOps.h:182
ULANG_FORCEINLINE TEnableIf<!TIsTriviallyDestructible< ElementType >::Value >::Type DestructElements(ElementType *Element, int32_t Count)
Definition MemoryOps.h:91
ULANG_FORCEINLINE TEnableIf<!Private::TCanBitwiseRelocate< DestinationElementType, SourceElementType >::Value >::Type RelocateConstructElements(void *Dest, const SourceElementType *Source, int32_t Count)
Definition MemoryOps.h:150
Definition MemoryOps.h:15
@ Value
Definition MemoryOps.h:18
Definition Conditionals.h:16
Definition TypeTraits.h:36
Definition TypeTraits.h:473
Definition TypeTraits.h:249
Definition Conditionals.h:45