15 template <
typename InT,
typename ValueT>
35 template <
typename InT,
typename PredicateT>
56 template <
typename InT,
typename ValueT,
typename ProjectionT>
AUTORTFM_INFER UE_FORCEINLINE_HINT constexpr auto Invoke(FuncType &&Func, ArgTypes &&... Args) -> decltype(((FuncType &&) Func)((ArgTypes &&) Args...))
Definition Invoke.h:44
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ParallelSort.h:13
SIZE_T CountBy(const InT &Input, const ValueT &InValue, ProjectionT Proj)
Definition Count.h:57
SIZE_T CountIf(const InT &Input, PredicateT Predicate)
Definition Count.h:36