Navigation
API > API/Runtime > API/Runtime/Core
Copies the cv-qualifiers and references from one type to another, e.g.:
TCopyQualifiersFromTo_T
| Name | TCopyQualifiersAndRefsFromTo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/CopyQualifiersAndRefsFromTo.h |
| Include Path | #include "Templates/CopyQualifiersAndRefsFromTo.h" |
Syntax
template<typename From, typename To>
struct TCopyQualifiersAndRefsFromTo
Struct Specializations
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | TCopyQualifiersFromTo_T< From, To > | Templates/CopyQualifiersAndRefsFromTo.h |