VerifyInheritanceHelper 结构

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

template <
   typename I,
   typename Base
>
struct VerifyInheritanceHelper;
template <
   typename I
>
struct VerifyInheritanceHelper<I, Nil>;

参数

  • I
    一个类型。

  • Base
    另一个类型。

备注

测试一个接口如果从另一个接口派生。

成员

公共方法

名称

说明

VerifyInheritanceHelper::Verify 方法

测试当前模板参数指定两的接口并确定一个接口如果从其他派生。

继承层次结构

VerifyInheritanceHelper

要求

**头文件:**implements.h

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

请参见

参考

Microsoft::WRL::Details 命名空间