6#include "Templates/Invoke.h"
11
12
13
14
15
16
17 template <
typename InT,
typename PredicateT,
typename CallableT>
30
31
32
33
34
35 template <
typename InT,
typename CallableT>
FORCEINLINE void ForEachIf(InT &Input, PredicateT Predicate, CallableT Callable)
FORCEINLINE void ForEach(InT &Input, CallableT Callable)