13template<
typename ElementType,
typename KeyType>
25 ElementType
const *
const * Elements = This.GetData();
31 if (KeyType(*Elements[Mid]) < Key)
52 This.ResizeTo(This.Num() +
Other.Num());
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition PointerSetHelper.h:15
static void Merge(PointerStorageType &This, const PointerStorageType &Other)
Definition PointerSetHelper.h:47
static int32_t GetUpperBound(const PointerStorageType &This, const KeyType &Key)
Definition PointerSetHelper.h:21
Definition VVMEngineEnvironment.h:23