6#include "Templates/Invoke.h"
18 template <
typename RangeType>
21 for (
const auto& Element : Range)
40 template <
typename RangeType,
typename ProjectionType>
43 for (
const auto& Element : Range)
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
AUTORTFM_INFER constexpr auto Projection(Invocable0Type &&Invocable0, InvocableTypes &&... Invocables)
Definition Projection.h:108
Definition ParallelSort.h:13
bool AllOf(const RangeType &Range)
Definition AllOf.h:19