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

#include <IsClass.h>

Public Types

enum  { Value = !__is_union(T) && sizeof(Func<T>(0)) - 1 }
 

Static Private Member Functions

template<typename U >
static uint16 Func (int U::*)
 
template<typename U >
static uint8 Func (...)
 

Detailed Description

template<typename T>
struct TIsClass< T >

Determines if T is a struct/class type

Definition at line 11 of file IsClass.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

Definition at line 18 of file IsClass.h.

Member Function Documentation

◆ Func() [1/2]

template<typename T >
template<typename U >
static uint8 TIsClass< T >::Func ( ...)
staticprivate

◆ Func() [2/2]

template<typename T >
template<typename U >
static uint16 TIsClass< T >::Func ( int U::* )
staticprivate

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