Ark Server API (ASE) - 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 237 of file UnrealTypeTraits.h.
typedef T TRemoveConst< T >::Type |
Definition at line 239 of file UnrealTypeTraits.h.