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

VerifyInterfaceHelper::Verify

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

static void Verify();

注解

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