Navigation
API > API/Runtime > API/Runtime/Core
| Name | TDecayNonReference |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Decay.h |
| Include Path | #include "Templates/Decay.h" |
Syntax
template<typename T>
struct TDecayNonReference
Struct Specializations
| Name | Remarks |
|---|---|
| TDecayNonReference< RetType(Params...)> | |
| TDecayNonReference< RetType(Params...)> | |
| TDecayNonReference< T[]> | |
| TDecayNonReference< T[]> | |
| TDecayNonReference< T[N]> | |
| TDecayNonReference< T[N]> |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | std::remove_cv_t< T > | Templates/Decay.h |