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

#include <UnrealTypeTraits.h>

+ Inheritance diagram for TTypeTraitsBase< T >:

Public Types

enum  
 
typedef TCallTraits< T >::ParamType ConstInitType
 
typedef TCallTraits< T >::ConstPointerType ConstPointerType
 

Detailed Description

template<typename T>
struct TTypeTraitsBase< T >

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.

Member Typedef Documentation

◆ ConstInitType

template<typename T >
typedef TCallTraits<T>::ParamType TTypeTraitsBase< T >::ConstInitType

Definition at line 332 of file UnrealTypeTraits.h.

◆ ConstPointerType

template<typename T >
typedef TCallTraits<T>::ConstPointerType TTypeTraitsBase< T >::ConstPointerType

Definition at line 333 of file UnrealTypeTraits.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum

Definition at line 337 of file UnrealTypeTraits.h.


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