7#include "Templates/Invoke.h"
19 template <
typename RangeType>
22 for (
const auto& Element : Range)
41 template <
typename RangeType,
typename ProjectionType>
44 for (
const auto& Element : Range)
64 template <
typename RangeType,
typename ProjectionType>
67 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 NoneOf(const RangeType &Range)
Definition NoneOf.h:20
ENoRef
Definition Common.h:10
@ NoRef
Definition Common.h:10