ArgTraitsHelper 结构

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

template<
   typename TDelegateInterface
>
struct ArgTraitsHelper;

参数

  • TDelegateInterface
    委托接口。

备注

帮助定义委托参数的通用特性。

成员

BR245059.collapse_all(zh-cn,VS.110).gif公共 Typedefs

名称

说明

methodType

decltype(&TDelegateInterface::Invoke)的同义词。

Traits

ArgTraits<methodType>的同义词。

BR245059.collapse_all(zh-cn,VS.110).gif公共常量

名称

说明

ArgTraitsHelper::args 常量

帮助 ArgTraits::args 的参数数目。在委托接口的调用方法。

继承层次结构

ArgTraitsHelper

要求

标头: event.h

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

请参见

参考

Microsoft::WRL::Details 命名空间