UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Experimental::TSherwoodHashKeyFuncs< KeyType, ValueType > Struct Template Reference

#include <SherwoodHashTable.h>

Public Types

typedef TTypeTraits< KeyType >::ConstPointerType KeyInitType
 

Static Public Member Functions

static FORCEINLINE bool Matches (KeyInitType A, KeyInitType B)
 
static FORCEINLINE uint32 GetKeyHash (KeyInitType Key)
 

Member Typedef Documentation

◆ KeyInitType

template<typename KeyType , typename ValueType >
typedef TTypeTraits<KeyType>::ConstPointerType Experimental::TSherwoodHashKeyFuncs< KeyType, ValueType >::KeyInitType

Member Function Documentation

◆ GetKeyHash()

template<typename KeyType , typename ValueType >
static FORCEINLINE uint32 Experimental::TSherwoodHashKeyFuncs< KeyType, ValueType >::GetKeyHash ( KeyInitType  Key)
inlinestatic

◆ Matches()

template<typename KeyType , typename ValueType >
static FORCEINLINE bool Experimental::TSherwoodHashKeyFuncs< KeyType, ValueType >::Matches ( KeyInitType  A,
KeyInitType  B 
)
inlinestatic

The documentation for this struct was generated from the following file: