5#include "Templates/IdentityFunctor.h"
6#include "Templates/Invoke.h"
7#include "Templates/Less.h"
8#include "Templates/UnrealTemplate.h"
14
15
16
17
18
19
20
21
22 template <
typename T,
typename ProjectionType,
typename PredicateType>
114
115
116
117
118
119 template <
typename RangeType>
126
127
128
129
130
131
132 template <
typename RangeType,
typename PredicateType>
139
140
141
142
143
144
145 template <
typename RangeType,
typename ProjectionType>
152
153
154
155
156
157
158
159 template <
typename RangeType,
typename ProjectionType,
typename PredicateType>
FORCEINLINE void LegacySortBy(RangeType &&Range, ProjectionType Proj)
FORCEINLINE void LegacySort(RangeType &&Range)
FORCEINLINE void LegacySortBy(RangeType &&Range, ProjectionType Proj, PredicateType Pred)
FORCEINLINE void LegacySort(RangeType &&Range, PredicateType Pred)
void LegacySortInternal(T *First, int32 Num, ProjectionType Projection, PredicateType Predicate)