6#include "Templates/Invoke.h"
17 template <
typename InT,
typename PredicateT,
typename CallableT>
35 template <
typename InT,
typename CallableT>
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
void ForEachIf(InT &&Input, PredicateT Predicate, CallableT Callable)
Definition ForEach.h:18
void ForEach(InT &&Input, CallableT Callable)
Definition ForEach.h:36