bIsMap

[TSherwoodHashTable](API\Runtime\Core\Experimental\Containers\TSherwoodHashTable) can be used to implement a set or a map.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Experimental/Containers/SherwoodHashTable.h

Include

#include "Experimental/Containers/SherwoodHashTable.h"

Syntax

static constexpr bool bIsMap = !TAreTypesEqual::Value;

Remarks

TSherwoodHashTable can be used to implement a set or a map. In map mode we allocate memory for keys and values, but in set mode we only allocate keys.

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