| description | Learn more about: RemoveReference Structure | |
|---|---|---|
| title | RemoveReference Structure | |
| ms.date | 10/03/2018 | |
| ms.topic | reference | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 43ff91bb-815a-440e-b9fb-7dcbb7c863af |
Supports the WRL infrastructure and is not intended to be used directly from your code.
template<class T>
struct RemoveReference;
template<class T>
struct RemoveReference<T&>;
template<class T>
struct RemoveReference<T&&>;T
A class.
Strips the reference or rvalue-reference trait from the specified class template parameter.
| Name | Description |
|---|---|
Type |
Synonym for the class template parameter. |
RemoveReference
Header: internal.h
Namespace: Microsoft::WRL::Details