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

#include <Decay.h>

Public Types

typedef UE4Decay_Private::TDecayNonReference< typenameTRemoveReference< T >::Type >::Type Type
 

Detailed Description

template<typename T>
struct TDecay< T >

Returns the decayed type of T, meaning it removes all references, qualifiers and applies array-to-pointer and function-to-pointer conversions.

http://en.cppreference.com/w/cpp/types/decay

Definition at line 43 of file Decay.h.

Member Typedef Documentation

◆ Type

template<typename T >
typedef UE4Decay_Private::TDecayNonReference<typenameTRemoveReference<T>::Type>::Type TDecay< T >::Type

Definition at line 45 of file Decay.h.


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