Ark Server API (ASE) - Wiki
|
#include <UnrealTemplate.h>
Public Types | |
enum | { Value = !TAreTypesEqual<typename TCopyQualifiersFromTo<From, To>::Type, To>::Value } |
Tests if qualifiers are lost between one type and another, e.g.:
TCopyQualifiersFromTo<const T1, T2>::Value == true TCopyQualifiersFromTo<volatile T1, const volatile T2>::Value == false
Definition at line 543 of file UnrealTemplate.h.
anonymous enum |
Enumerator | |
---|---|
Value |
Definition at line 545 of file UnrealTemplate.h.