Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
Include |
#include "Containers/Set.h" |
template<typename OtherKeyFuncs, typename AliasElementType, typename std::enable_if_t< TIsContainerElementTypeCopyable< AliasElementType >::Value > *>
TSet & operator=
(
TSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyFuncs, Allocator > && Other
)
Move assignment operator. Compatible element type version.
Parameter |
Description |
---|---|
Other |
Set to assign and move from. |