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 TRotationPolicy>
class TRotationInPlaceMerge
Remarks
Merge policy for merge sort.
TRotationPolicy Policy for array rotation algorithm.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Merge
(
T* First, |
Two sorted arrays merging function. |