Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Array.h |
Include |
#include "Containers/Array.h" |
template<typename OtherElementType, std::enable_if_t< UE4Array_Private::TArrayElementsAreCompatible< ElementType, OtherElementType && >::Value > *>
TArray
(
TArray< OtherElementType, Allocator > && Other,
SizeType ExtraSlack
)
Move constructor.
Parameter |
Description |
---|---|
Other |
Array to move from. |
ExtraSlack |
Tells how much extra memory should be preallocated at the end of the array in the number of elements. |