TSortedMap::TSortedMap

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

Choose your operating system:

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
(
    TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate > && Other
)

Remarks

Constructor for moving elements from a TSortedMap with a different ArrayAllocator.