支援 WRL 基礎結構,並不適合直接從您的程式代碼使用。
語法
template<class T>
struct RemoveReference;
template<class T>
struct RemoveReference<T&>;
template<class T>
struct RemoveReference<T&&>;
參數
T
類別。
備註
從指定的類別範本參數移除參考或右值參考特徵。
成員
公用 Typedefs
| 名稱 | 描述 |
|---|---|
Type |
類別範本參數的同義字。 |
繼承階層架構
RemoveReference
需求
標頭: internal.h
命名空間: Microsoft::WRL::D etails