VerifyInterfaceHelper 结构

支持 Windows 运行时 C++ 模板库 基础结构,不应在代码中直接使用。

template <
   bool isWinRTInterface,
   typename I
>
struct VerifyInterfaceHelper;

template <
   typename I
>
struct VerifyInterfaceHelper<false, I>;

参数

  • I
    分辨接口:

  • isWinRTInterface

备注

验证当前模板参数指定的接口满足特定要求。

成员

公共方法

名称

说明

VerifyInterfaceHelper::Verify 方法

继承层次结构

VerifyInterfaceHelper

要求

**头文件:**implements.h

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

请参见

参考

Microsoft::WRL::Details 命名空间