5#include "Templates/Invoke.h"
12template <
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
Definition ReversePredicate.h:14
UE_FORCEINLINE_HINT bool operator()(T &&A, T &&B) const
Definition ReversePredicate.h:24
TReversePredicate(const PredicateType &InPredicate)
Definition ReversePredicate.h:18