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

#include <CopyQualifiersAndRefsFromTo.h>

Public Types

using Type = typename TCopyQualifiersFromTo<From, To>::Type
 

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&

Definition at line 13 of file CopyQualifiersAndRefsFromTo.h.

Member Typedef Documentation

◆ Type


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