Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
template<typename OtherArrayAllocator>
TSortedMap
(
TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate > && Other
)
Constructor for moving elements from a TSortedMap with a different ArrayAllocator.