Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TRemoveConst< T > Struct Template Reference

#include <UnrealTypeTraits.h>

Public Types

typedef T Type
 

Detailed Description

template<class T>
struct TRemoveConst< T >

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.

Member Typedef Documentation

◆ Type

template<class T >
typedef T TRemoveConst< T >::Type

Definition at line 239 of file UnrealTypeTraits.h.


The documentation for this struct was generated from the following file: