17template <
typename T =
void>
28 static_assert(
sizeof(T) == 0,
"Trying to use TGreater<T> where T doesn't have an appropriate operator< overload. Please add bool operator<(T, T), do not specialize TGreater.");
36 template <
typename T,
typename U>
45 static_assert(
sizeof(T) == 0,
"Trying to use TGreater<void> with types without an appropriate operator< overload. Please add bool operator<(T, U), do not specialize TGreater.");
OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
UE_REWRITE constexpr bool operator()(T &&A, U &&B) const
Definition Greater.h:37
UE_REWRITE constexpr bool operator()(const T &A, const T &B) const
Definition Greater.h:20