TSortedMap::TSortedMap

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

Remarks

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