Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.05 KB

removereference-structure.md

File metadata and controls

56 lines (37 loc) · 1.05 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: RemoveReference Structure
RemoveReference Structure
10/03/2018
reference
internal/Microsoft::WRL::Details::RemoveReference
RemoveReference structure
43ff91bb-815a-440e-b9fb-7dcbb7c863af

RemoveReference Structure

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

template<class T>
struct RemoveReference;

template<class T>
struct RemoveReference<T&>;

template<class T>
struct RemoveReference<T&&>;

Parameters

T
A class.

Remarks

Strips the reference or rvalue-reference trait from the specified class template parameter.

Members

Public Typedefs

Name Description
Type Synonym for the class template parameter.

Inheritance Hierarchy

RemoveReference

Requirements

Header: internal.h

Namespace: Microsoft::WRL::Details

See also

Microsoft::WRL::Details Namespace