TCopyQualifiersFromTo

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Templates/CopyQualifiersFromTo.h"

Syntax

template<typename From, typename To>
struct TCopyQualifiersFromTo

Remarks

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

TCopyQualifiersFromTo<const T1, T2>::Type == const T2 TCopyQualifiersFromTo<volatile T1, const T2>::Type == const volatile 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