VerifyInterfaceHelper 结构

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

template <
   bool isWinRTInterface,
   typename I
>
struct VerifyInterfaceHelper;

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

参数

  • I
    验证的接口。

  • isWinRTInterface

备注

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

成员

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

名称

说明

VerifyInterfaceHelper::Verify 方法

继承层次结构

VerifyInterfaceHelper

要求

标头: implements.h

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

请参见

参考

Microsoft::WRL::Details 命名空间