Ark Server API (ASA) - Wiki
|
#include <UnrealTypeTraits.h>
Public Types | |
typedef T | Type |
TRemoveConst<> is modeled after boost's implementation. It allows you to take a templatized type such as 'const Foo*' and use const_cast to convert that type to 'Foo*' without knowing about Foo.
MutablePtr = const_cast< RemoveConst< ConstPtrType >::Type >( ConstPtr );
Definition at line 301 of file UnrealTypeTraits.h.
Definition at line 303 of file UnrealTypeTraits.h.