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
(
const TSortedMap< KeyType, ValueType, OtherArrayAllocator, SortPredicate > & Other
)
Constructor for copying elements from a TSortedMap with a different ArrayAllocator.