Ark Server API (ASA) - Wiki
|
#include <UnrealTypeTraits.h>
Public Types | |
enum | |
typedef TCallTraits< T >::ParamType | ConstInitType |
typedef TCallTraits< T >::ConstPointerType | ConstPointerType |
Helper for array traits. Provides a common base to more easily refine a portion of the traits when specializing. Mainly used by MemoryOps.h which is used by the contiguous storage containers like TArray.
Definition at line 395 of file UnrealTypeTraits.h.
typedef TCallTraits<T>::ParamType TTypeTraitsBase< T >::ConstInitType |
Definition at line 397 of file UnrealTypeTraits.h.
typedef TCallTraits<T>::ConstPointerType TTypeTraitsBase< T >::ConstPointerType |
Definition at line 398 of file UnrealTypeTraits.h.