UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCopyQualifiersAndRefsFromTo< From, To > Struct Template Reference

#include <CopyQualifiersAndRefsFromTo.h>

Public Types

using Type = TCopyQualifiersFromTo_T< From, To >
 

Detailed Description

template<typename From, typename To>
struct TCopyQualifiersAndRefsFromTo< From, To >

Copies the cv-qualifiers and references from one type to another, e.g.:

TCopyQualifiersFromTo_T<const T1, T2> == const T2 TCopyQualifiersFromTo_T<T1&, const T2> == const T2&

Member Typedef Documentation

◆ Type

template<typename From , typename To >
using TCopyQualifiersAndRefsFromTo< From, To >::Type = TCopyQualifiersFromTo_T<From, To>

The documentation for this struct was generated from the following file: