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