![]() |
Ark Server API (ASA) - Wiki
|
#include <Map.h>
Public Types | |
using | HashabilityCheck = decltype(GetTypeHash(DeclVal<const KeyType>())) |
![]() | |
typedef TTypeTraits< KeyType >::ConstPointerType | KeyInitType |
typedef const TPairInitializer< typename TTypeTraits< KeyType >::ConstInitType, typename TTypeTraits< ValueType >::ConstInitType > & | ElementInitType |
![]() | |
enum | |
typedef KeyType | KeyType |
typedef TCallTraits< KeyType >::ParamType | KeyInitType |
typedef TCallTraits< TPair< KeyType, ValueType > >::ParamType | ElementInitType |
Additional Inherited Members | |
![]() | |
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) |
using TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >::HashabilityCheck = decltype(GetTypeHash(DeclVal<const KeyType>())) |