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

#include <CopyQualifiersFromTo.h>

Public Types

typedef To Type
 

Detailed Description

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

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

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

Member Typedef Documentation

◆ Type

template<typename From , typename To >
typedef To TCopyQualifiersFromTo< From, To >::Type

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