7#include "Templates/IdentityFunctor.h"
8#include "Templates/Invoke.h"
15 template <
typename InputAType,
typename InputBType,
typename ProjectionType,
typename PredicateType>
57 template <
typename InputAType,
typename InputBType>
72 template <
typename InputAType,
typename InputBType,
typename PredicateType>
87 template <
typename InputAType,
typename InputBType,
typename ProjectionType>
103 template <
typename InputAType,
typename InputBType,
typename ProjectionType,
typename PredicateType>
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
auto GetNum(const TStringConversion< Converter, DefaultConversionSize > &Conversion) -> decltype(Conversion.Length())
Definition StringConv.h:808
auto GetData(const TStringConversion< Converter, DefaultConversionSize > &Conversion) -> decltype(Conversion.Get())
Definition StringConv.h:802
UE_INTRINSIC_CAST UE_REWRITE constexpr std::remove_reference_t< T > && MoveTemp(T &&Obj) noexcept
Definition UnrealTemplate.h:520
constexpr auto Mismatch(const InputAType &InputA, const InputBType &InputB, ProjectionType Projection, PredicateType Predicate)
Definition Mismatch.h:16
Definition ParallelSort.h:13
constexpr auto Mismatch(const InputAType &InputA, const InputBType &InputB) -> std::common_type_t< decltype(GetNum(InputA)), decltype(GetNum(InputB))>
Definition Mismatch.h:58
constexpr auto MismatchBy(const InputAType &InputA, const InputBType &InputB, ProjectionType Projection) -> std::common_type_t< decltype(GetNum(InputA)), decltype(GetNum(InputB))>
Definition Mismatch.h:88
U16 Index
Definition radfft.cpp:71
Definition IdentityFunctor.h:11