![]() |
Ark Server API (ASE) - Wiki
|
#include <UnrealTypeTraits.h>
Inheritance diagram for TTypeTraitsBase< T >: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 330 of file UnrealTypeTraits.h.
| typedef TCallTraits<T>::ParamType TTypeTraitsBase< T >::ConstInitType |
Definition at line 332 of file UnrealTypeTraits.h.
| typedef TCallTraits<T>::ConstPointerType TTypeTraitsBase< T >::ConstPointerType |
Definition at line 333 of file UnrealTypeTraits.h.
| anonymous enum |
Definition at line 337 of file UnrealTypeTraits.h.