Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
Include | #include "Templates/Sorting.h" |
Syntax
template<class TMergePolicy, int32 MinMergeSubgroupSize>
class TMergeSort
Remarks
Merge sort class.
TMergePolicy Merging policy. MinMergeSubgroupSize Minimal size of the subgroup that should be merged.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Sort
(
T* First, |
Sort the array. |