Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
Include |
#include "Containers/Set.h" |
template<typename OtherKeyFuncs, typename OtherAllocator, typename AliasElementType, typename std::enable_if_t< TIsContainerElementTypeCopyable< AliasElementType >::Value > *>
TSet & operator=
(
const TSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyFuncs, OtherAllocator > & Other
)
Assignment operator. First deletes all currently contained elements and then copies from other set. Compatible element type version.
Parameter |
Description |
---|---|
Other |
The source set to assign from. |