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

#include <UnrealTypeTraits.h>

+ Inheritance diagram for TCallTraitsBase< T >:

Public Types

typedef T ValueType
 
typedef TReference
 
typedef const TConstReference
 
typedef TCallTraitsParamTypeHelper< T, PassByValue >::ParamType ParamType
 
typedef TCallTraitsParamTypeHelper< T, PassByValue >::ConstParamType ConstPointerType
 

Private Types

enum  
 

Detailed Description

template<typename T>
struct TCallTraitsBase< T >

base class for call traits. Used to more easily refine portions when specializing

Definition at line 327 of file UnrealTypeTraits.h.

Member Typedef Documentation

◆ ConstPointerType

template<typename T >
typedef TCallTraitsParamTypeHelper<T,PassByValue>::ConstParamType TCallTraitsBase< T >::ConstPointerType

Definition at line 337 of file UnrealTypeTraits.h.

◆ ConstReference

template<typename T >
typedef const T& TCallTraitsBase< T >::ConstReference

Definition at line 335 of file UnrealTypeTraits.h.

◆ ParamType

Definition at line 336 of file UnrealTypeTraits.h.

◆ Reference

template<typename T >
typedef T& TCallTraitsBase< T >::Reference

Definition at line 334 of file UnrealTypeTraits.h.

◆ ValueType

template<typename T >
typedef T TCallTraitsBase< T >::ValueType

Definition at line 333 of file UnrealTypeTraits.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
private

Definition at line 330 of file UnrealTypeTraits.h.


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