Navigation
API > API/Runtime > API/Runtime/Core
Merge policy for merge sort.
@template_param TRotationPolicy Policy for array rotation algorithm.
| Name | TRotationInPlaceMerge |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Sorting.h |
| Include Path | #include "Templates/Sorting.h" |
Syntax
template<class TRotationPolicy>
class TRotationInPlaceMerge
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Merge
(
T* First, |
Two sorted arrays merging function. | Templates/Sorting.h |