VerifyInheritanceHelper 结构

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

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

参数

  • I
    一个类型。

  • Base
    另一种类型。

备注

测试接口是否从另一个接口派生。

成员

BR244932.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

VerifyInheritanceHelper::Verify 方法

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

继承层次结构

VerifyInheritanceHelper

要求

标头: implements.h

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

请参见

参考

Microsoft::WRL::Details 命名空间