RemoveReference 结构

支持 WRL基础结构,不应在代码中直接使用。

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

参数

  • T
    类。

备注

从指定类模板参数字符引用或 Rvalue 引用字符。

成员

公共 Typedef

名称

说明

Type

类模板参数的同义词。

继承层次结构

RemoveReference

要求

**页眉:**internal.h

Microsoft::WRL::Details命名空间:

请参见

参考

Microsoft::WRL::Details 命名空间