TSet::operator=

Assignment operator for copying elements from a [TSet](API\Runtime\Core\Containers\TSet) with a different SetAllocator

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Set.h

Include

#include "Containers/Set.h"

Syntax

template<typename OtherAllocator>
TSet & operator=
(
    const TSet< ElementType, KeyFuncs, OtherAllocator > & Other
)

Remarks

Assignment operator for copying elements from a TSet with a different SetAllocator

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss