Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TDefaultMapHashableKeyFuncs |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
Syntax
template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TDefaultMapHashableKeyFuncs : public TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
Inheritance Hierarchy
Derived Classes
Typedefs
| Name |
Type |
Remarks |
Include Path |
| HashabilityCheck |
decltype(GetTypeHash(DeclVal< const KeyType >())) |
Check that the key type is actually hashable |
Containers/Map.h |