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

#include <MemoryLayout.h>

Public Types

using Type = decltype(Test<T>(nullptr))
 

Public Member Functions

 UE_STATIC_ONLY (TGetBaseTypeHelper)
 

Static Public Member Functions

template<typename InternalType >
static InternalType::DerivedType Test (const typename InternalType::DerivedType *)
 
template<typename InternalType >
static void Test (...)
 

Detailed Description

template<typename T>
struct TGetBaseTypeHelper< T >

Definition at line 367 of file MemoryLayout.h.

Member Typedef Documentation

◆ Type

Definition at line 373 of file MemoryLayout.h.

Member Function Documentation

◆ Test() [1/2]

template<typename T >
template<typename InternalType >
static void TGetBaseTypeHelper< T >::Test ( ...)
static

◆ Test() [2/2]

template<typename T >
template<typename InternalType >
static InternalType::DerivedType TGetBaseTypeHelper< T >::Test ( const typename InternalType::DerivedType * )
static

◆ UE_STATIC_ONLY()

template<typename T >
TGetBaseTypeHelper< T >::UE_STATIC_ONLY ( TGetBaseTypeHelper< T > )

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