10template <
typename... Types>
13template <
bool LHSValue,
typename... RHS>
20template <
typename... RHS>
23 static constexpr bool Value =
false;
24 static constexpr bool value =
false;
27template <
typename LHS,
typename... RHS>
35 static constexpr bool Value =
true;
36 static constexpr bool value =
true;
42template <
typename... Types>
45template <
bool LHSValue,
typename... RHS>
52template <
typename... RHS>
55 static constexpr bool Value =
true;
56 static constexpr bool value =
true;
59template <
typename LHS,
typename... RHS>
67 static constexpr bool Value =
false;
68 static constexpr bool value =
false;
74template <
typename Type>
77 static constexpr bool Value = !Type::Value;
78 static constexpr bool value = !Type::Value;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
return true
Definition ExternalRpcRegistry.cpp:601
@ false
Definition radaudio_common.h:23
static constexpr bool value
Definition AndOrNot.h:17
static constexpr bool Value
Definition AndOrNot.h:16
static constexpr bool value
Definition AndOrNot.h:78
static constexpr bool Value
Definition AndOrNot.h:77
static constexpr bool Value
Definition AndOrNot.h:48
static constexpr bool value
Definition AndOrNot.h:49