10
11
12
13
14
15 template <
typename InT,
typename ValueT>
30
31
32
33
34
35 template <
typename InT,
typename PredicateT>
50
51
52
53
54
55
56 template <
typename InT,
typename ValueT,
typename ProjectionT>
FORCEINLINE SIZE_T CountBy(const InT &Input, const ValueT &InValue, ProjectionT Proj)
FORCEINLINE SIZE_T Count(const InT &Input, const ValueT &InValue)
FORCEINLINE SIZE_T CountIf(const InT &Input, PredicateT Predicate)