![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Sorting.h>
Static Public Member Functions | |
| template<class T , class PREDICATE_CLASS > | |
| static void | Merge (T *First, const int32 Mid, const int32 Num, const PREDICATE_CLASS &Predicate) |
Merge policy for merge sort.
@template_param TRotationPolicy Policy for array rotation algorithm.
|
inlinestatic |
Two sorted arrays merging function.
| First | Pointer to array. |
| Mid | Middle point i.e. separation point of two arrays to merge. |
| Num | Number of elements in array. |
| Predicate | Predicate for comparison. |