28 static_assert(
sizeof(T) == 0,
"Trying to use TLess<T> where T doesn't have an appropriate operator< overload. Please add bool operator<(T, T), do not specialize TLess.");
36 template <
typename T,
typename U>
45 static_assert(
sizeof(T) == 0,
"Trying to use TLess<void> with types without an appropriate operator< overload. Please add bool operator<(T, U), do not specialize TLess.");
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 Less.h:37
UE_REWRITE constexpr bool operator()(const T &A, const T &B) const
Definition Less.h:20