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 const T | ArrayType[N] |
Definition at line 308 of file UnrealTypeTraits.h.
|
private |
Definition at line 311 of file UnrealTypeTraits.h.
typedef const T* const TCallTraits< const T[N]>::ConstPointerType |
Definition at line 317 of file UnrealTypeTraits.h.
typedef const ArrayType& TCallTraits< const T[N]>::ConstReference |
Definition at line 315 of file UnrealTypeTraits.h.
typedef const T* const TCallTraits< const T[N]>::ParamType |
Definition at line 316 of file UnrealTypeTraits.h.
typedef ArrayType& TCallTraits< const T[N]>::Reference |
Definition at line 314 of file UnrealTypeTraits.h.
typedef const T* TCallTraits< const T[N]>::ValueType |
Definition at line 313 of file UnrealTypeTraits.h.