Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TMergeSort
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
Include | #include "Templates/Sorting.h" |
template<class T, class PREDICATE_CLASS>
static void Sort
&40;
T &42; First,
const int32 Num,
const PREDICATE_CLASS & Predicate
&41;
Remarks
Sort the array.
Parameters
Name | Description |
---|---|
First | Pointer to the array. |
Num | Number of elements in the array. |
Predicate | Predicate for comparison. |