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