TSortedMap::operator=

Assignment operator for moving elements from a [TSortedMap](API\Runtime\Core\Containers\TSortedMap) with a different ArrayAllocator.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/SortedMap.h"

Syntax

template<typename OtherArrayAllocator>
TSortedMap & operator=
(
    TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate > && Other
)

Remarks

Assignment operator for moving elements from a TSortedMap with a different ArrayAllocator.

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