Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Containers
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/PointerSetHelper.h |
| Include | #include "uLang/Common/Containers/PointerSetHelper.h" |
Syntax
template<typename ElementType, typename KeyType>
class TPointerSetHelper
Remarks
Useful helper function for maintaining sets of pointers
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32_t | GetUpperBound
(
const PointerStorageType& This, |
Merge other sorted array into this array. | |
| void | Merge
(
PointerStorageType& This, |
Merge other sorted array into this array. |
Typedefs
| Name | Description |
|---|---|
| PointerStorageType |