Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers > API/Runtime/Core/Experimental/Containers/TSherwoodHashTable
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/SherwoodHashTable.h |
| Include | #include "Experimental/Containers/SherwoodHashTable.h" |
Syntax
static bool bIsMap = !std::is_same_v<ValueType, FNoopStruct>;
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.