InterfaceList 结构
支持 WRL 基础结构,不应在代码中直接使用。
语法
template <typename T, typename U>
struct InterfaceList;
参数
T
接口名称;递归列表中的第一个接口。
U
接口名称;递归列表中的其余接口。
备注
用于创建接口的递归列表。
成员
公共 Typedef
名称 | 描述 |
---|---|
FirstT |
模板参数 T 的同义词。 |
RestT |
模板参数 U 的同义词。 |
继承层次结构
InterfaceList
要求
标头:implements.h
命名空间:Microsoft::WRL::Details