Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TCallTraits< const T[N]> Struct Template Reference

#include <UnrealTypeTraits.h>

Public Types

typedef const T * ValueType
 
typedef ArrayTypeReference
 
typedef const ArrayTypeConstReference
 
typedef const T *const ParamType
 
typedef const T *const ConstPointerType
 

Private Types

typedef const T ArrayType[N]
 

Detailed Description

template<typename T, size_t N>
struct TCallTraits< const T[N]>

Definition at line 308 of file UnrealTypeTraits.h.

Member Typedef Documentation

◆ ArrayType

template<typename T , size_t N>
typedef const T TCallTraits< const T[N]>::ArrayType[N]
private

Definition at line 311 of file UnrealTypeTraits.h.

◆ ConstPointerType

template<typename T , size_t N>
typedef const T* const TCallTraits< const T[N]>::ConstPointerType

Definition at line 317 of file UnrealTypeTraits.h.

◆ ConstReference

template<typename T , size_t N>
typedef const ArrayType& TCallTraits< const T[N]>::ConstReference

Definition at line 315 of file UnrealTypeTraits.h.

◆ ParamType

template<typename T , size_t N>
typedef const T* const TCallTraits< const T[N]>::ParamType

Definition at line 316 of file UnrealTypeTraits.h.

◆ Reference

template<typename T , size_t N>
typedef ArrayType& TCallTraits< const T[N]>::Reference

Definition at line 314 of file UnrealTypeTraits.h.

◆ ValueType

template<typename T , size_t N>
typedef const T* TCallTraits< const T[N]>::ValueType

Definition at line 313 of file UnrealTypeTraits.h.


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