6#include "Templates/Invoke.h"
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
39
40
41
42
43
44
45
46 template <
typename InT,
typename OutT,
typename PredicateT,
typename TransformT>
59
60
61
62
63
64
65 template <
typename InT,
typename OutT,
typename TransformT>
FORCEINLINE void TransformIf(const InT &Input, OutT &&Output, PredicateT Predicate, TransformT Trans)
FORCEINLINE void Transform(const InT &Input, OutT &&Output, TransformT Trans)