Navigation
API > API/Runtime > API/Runtime/Core
| Name | TMoveSupportTraitsBase< T, const T & > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/UnrealTypeTraits.h |
| Include Path | #include "Templates/UnrealTypeTraits.h" |
Syntax
template<typename T>
struct TMoveSupportTraitsBase< T, const T & >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Copy | const T & | Param type is a const lvalue reference, so we can provide an overload for moving. | Templates/UnrealTypeTraits.h |
| Move | T && | Templates/UnrealTypeTraits.h |