Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Containers
Type
typedef TMapG < KeyType, ValueType, TDefaultHashTraits < KeyType >, CHeapRawAllocator > TMap
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Map.h |
| Include | #include "uLang/Common/Containers/Map.h" |
Remarks
A map that assumes that the KeyType has a method `GetTypeHash_(), and that allocates memory from the heap.