Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Containers
Type
typedef TSetG < ElementType, KeyType, TDefaultHashTraits < ElementType >, CHeapRawAllocator > TSet
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Set.h |
| Include | #include "uLang/Common/Containers/Set.h" |
Remarks
A set that assumes that the KeyType has a method `GetTypeHash()_, and that allocates memory from the heap.