TCopyQualifiersAndRefsFromTo

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/CopyQualifiersAndRefsFromTo.h

Include

#include "Templates/CopyQualifiersAndRefsFromTo.h"

Syntax

template<typename From, typename To>
struct TCopyQualifiersAndRefsFromTo

Remarks

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&

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss