Ark Server API (ASE) - Wiki
|
#include <UnrealTypeTraits.h>
Public Types | |
typedef const T * | ValueType |
typedef ArrayType & | Reference |
typedef const ArrayType & | ConstReference |
typedef const T *const | ParamType |
typedef const T *const | ConstPointerType |
Private Types | |
typedef T | ArrayType[N] |
Definition at line 294 of file UnrealTypeTraits.h.
|
private |
Definition at line 297 of file UnrealTypeTraits.h.
typedef const T* const TCallTraits< T[N]>::ConstPointerType |
Definition at line 303 of file UnrealTypeTraits.h.
typedef const ArrayType& TCallTraits< T[N]>::ConstReference |
Definition at line 301 of file UnrealTypeTraits.h.
typedef const T* const TCallTraits< T[N]>::ParamType |
Definition at line 302 of file UnrealTypeTraits.h.
typedef ArrayType& TCallTraits< T[N]>::Reference |
Definition at line 300 of file UnrealTypeTraits.h.
typedef const T* TCallTraits< T[N]>::ValueType |
Definition at line 299 of file UnrealTypeTraits.h.