8#include <initializer_list>
31template<
typename A,
typename B>
34template<
typename,
typename>
161#if defined(_MSC_VER) && _MSC_VER >= 1900
163 #pragma warning(push)
164 #pragma warning(disable:4647)
173#if defined(_MSC_VER) && _MSC_VER >= 1900
183template <
typename From,
typename To>
194template <
typename T1,
typename T2>
235template <
typename T,
typename... Args>
250 enum {
Value = std::is_trivially_destructible_v<T> };
298template<
typename A,
typename B>
struct TIsSame {
enum {
Value =
false }; };
336template <
typename T,
bool TypeIsSmall>
400template <
typename T,
size_t N>
404 using ArrayType = T[N];
414template <
typename T,
size_t N>
418 using ArrayType = T[N];
471template <
typename T,
typename Arg>
477 "TIsBitwiseConstructible is not designed to accept reference types");
482 "TIsBitwiseConstructible is not designed to accept qualified types");
492 enum {
Value = std::is_trivially_copy_constructible_v<T> };
495template <
typename T,
typename U>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
return true
Definition ExternalRpcRegistry.cpp:601
uint_least16_t char16_t
Definition MarketplaceKitWrapper.h:64
uint_least32_t char32_t
Definition MarketplaceKitWrapper.h:65
const bool
Definition NetworkReplayStreaming.h:178
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
Definition TypeTraits.h:201
Definition TypeTraits.h:205
Definition TestUtils.cpp:8
Definition VVMEngineEnvironment.h:23
Definition Conditionals.h:20
Definition TypeTraits.h:36
@ Value
Definition TypeTraits.h:37
Definition TypeTraits.h:371
T ValueType
Definition TypeTraits.h:375
typename TCallTraitsParamTypeHelper< T, PassByValue >::ParamType ParamType
Definition TypeTraits.h:378
T & Reference
Definition TypeTraits.h:376
const T & ConstReference
Definition TypeTraits.h:377
typename TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType ConstPointerType
Definition TypeTraits.h:379
const T ConstParamType
Definition TypeTraits.h:346
const T ParamType
Definition TypeTraits.h:345
const T * ConstParamType
Definition TypeTraits.h:352
T * ParamType
Definition TypeTraits.h:351
Definition TypeTraits.h:338
const T & ParamType
Definition TypeTraits.h:339
const T & ConstParamType
Definition TypeTraits.h:340
T & Reference
Definition TypeTraits.h:393
T & ParamType
Definition TypeTraits.h:395
T & ValueType
Definition TypeTraits.h:392
const T & ConstReference
Definition TypeTraits.h:394
T & ConstPointerType
Definition TypeTraits.h:396
const ArrayType & ConstReference
Definition TypeTraits.h:408
const T * ValueType
Definition TypeTraits.h:406
ArrayType & Reference
Definition TypeTraits.h:407
const T *const ConstPointerType
Definition TypeTraits.h:410
const T *const ParamType
Definition TypeTraits.h:409
const T *const ConstPointerType
Definition TypeTraits.h:424
ArrayType & Reference
Definition TypeTraits.h:421
const T * ValueType
Definition TypeTraits.h:420
const ArrayType & ConstReference
Definition TypeTraits.h:422
const T *const ParamType
Definition TypeTraits.h:423
Definition TypeTraits.h:386
Definition TypeTraits.h:451
@ MoveWillEmptyContainer
Definition TypeTraits.h:453
Definition TypeTraits.h:456
Definition TypeTraits.h:63
@ Value
Definition TypeTraits.h:64
Definition TypeTraits.h:473
@ Value
Definition TypeTraits.h:485
Definition TypeTraits.h:237
@ Value
Definition TypeTraits.h:238
Definition TypeTraits.h:263
@ Value
Definition TypeTraits.h:264
Definition TypeTraits.h:51
@ Value
Definition TypeTraits.h:52
Definition TypeTraits.h:94
@ Value
Definition TypeTraits.h:95
Definition TypeTraits.h:311
@ Value
Definition TypeTraits.h:311
Definition TypeTraits.h:144
@ Value
Definition TypeTraits.h:145
Definition TypeTraits.h:169
Definition TypeTraits.h:126
@ Value
Definition TypeTraits.h:127
Definition TypeTraits.h:317
@ Value
Definition TypeTraits.h:317
Definition TypeTraits.h:304
@ Value
Definition TypeTraits.h:304
Definition TypeTraits.h:298
@ Value
Definition TypeTraits.h:298
Definition TypeTraits.h:249
@ Value
Definition TypeTraits.h:250
Definition TypeTraits.h:325
Definition Conditionals.h:49
Definition Conditionals.h:45
Definition TypeTraits.h:185
@ Value
Definition TypeTraits.h:191
Definition TypeTraits.h:196
@ Value
Definition TypeTraits.h:197
T Type
Definition TypeTraits.h:23
T Type
Definition TypeTraits.h:25
T Type
Definition TypeTraits.h:24
Definition TypeTraits.h:22
T Type
Definition TypeTraits.h:22
Definition TypeTraits.h:433
typename TCallTraits< T >::ConstPointerType ConstPointerType
Definition TypeTraits.h:435
typename TCallTraits< T >::ParamType ConstInitType
Definition TypeTraits.h:434
Definition TypeTraits.h:445