Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys > Struct Template Reference

#include <Map.h>

+ Inheritance diagram for TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >:
+ Collaboration diagram for TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >:

Public Types

using HashabilityCheck = decltype(GetTypeHash(DeclVal<const KeyType>()))
 
- Public Types inherited from TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
typedef TTypeTraits< KeyType >::ConstPointerType KeyInitType
 
typedef const TPairInitializer< typename TTypeTraits< KeyType >::ConstInitType, typename TTypeTraits< ValueType >::ConstInitType > & ElementInitType
 
- Public Types inherited from BaseKeyFuncs< TPair< KeyType, ValueType >, KeyType, bInAllowDuplicateKeys >
enum  
 
typedef KeyType KeyType
 
typedef TCallTraits< KeyType >::ParamType KeyInitType
 
typedef TCallTraits< TPair< KeyType, ValueType > >::ParamType ElementInitType
 

Additional Inherited Members

- Static Public Member Functions inherited from TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
static FORCEINLINE KeyInitType GetSetKey (ElementInitType Element)
 
static FORCEINLINE bool Matches (KeyInitType A, KeyInitType B)
 
template<typename ComparableKey >
static FORCEINLINE bool Matches (KeyInitType A, ComparableKey B)
 
static FORCEINLINE uint32 GetKeyHash (KeyInitType Key)
 
template<typename ComparableKey >
static FORCEINLINE uint32 GetKeyHash (ComparableKey Key)
 

Detailed Description

template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >

Definition at line 111 of file Map.h.

Member Typedef Documentation

◆ HashabilityCheck

template<typename KeyType , typename ValueType , bool bInAllowDuplicateKeys>
using TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >::HashabilityCheck = decltype(GetTypeHash(DeclVal<const KeyType>()))

Definition at line 117 of file Map.h.


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