支持 Windows 运行时 C++ 模板库 基础结构,不应在代码中直接使用。
template <
bool isWinRTInterface,
typename I
>
struct VerifyInterfaceHelper;
template <
typename I
>
struct VerifyInterfaceHelper<false, I>;
参数
I
验证的接口。isWinRTInterface
备注
验证模板参数指定的接口满足特定要求。
成员
公共方法
名称 |
说明 |
---|---|
继承层次结构
VerifyInterfaceHelper
要求
标头: implements.h
命名空间: Microsoft::WRL::Details