Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TCopyQualifiersFromTo< From, To > Struct Template Reference

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

Definition at line 531 of file UnrealTemplate.h.

Member Typedef Documentation

◆ Type

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

Definition at line 531 of file UnrealTemplate.h.


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