TSortableMapBase::TSortableMapBase

Constructor for copying elements from a [TMap](API\Runtime\Core\Containers\TMap) with a different SetAllocator

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

template<typename OtherSetAllocator>
TSortableMapBase
(
    const TSortableMapBase< KeyType, ValueType, OtherSetAllocator, KeyFuncs > & Other
)

Remarks

Constructor for copying elements from a TMap with a different SetAllocator

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