Ark Server API (ASE) - Wiki
|
#include <UnrealTemplate.h>
Public Types | |
typedef To | Type |
Copies the cv-qualifiers from one type to another, e.g.:
TCopyQualifiersFromTo<const T1, T2>::Type == const T2 TCopyQualifiersFromTo<volatile T1, const T2>::Type == const volatile T2
Definition at line 531 of file UnrealTemplate.h.
typedef To TCopyQualifiersFromTo< From, To >::Type |
Definition at line 531 of file UnrealTemplate.h.