Ark Server API (ASE) - Wiki
|
#include <Sorting.h>
Static Public Member Functions | |
template<class T , class PREDICATE_CLASS > | |
static void | Sort (T *First, const int32 Num, const PREDICATE_CLASS &Predicate) |
Merge sort class.
@template_param TMergePolicy Merging policy. @template_param MinMergeSubgroupSize Minimal size of the subgroup that should be merged.
|
inlinestatic |