Navigation
API > API/Runtime > API/Runtime/uLangCore
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
| Name | TDecay |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/References.h |
| Include Path | #include "uLang/Common/Templates/References.h" |
Syntax
template<typename T>
struct TDecay
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | typename Private::TDecayNonReference< typename TRemoveReference< T >::Type >::Type | uLang/Common/Templates/References.h |