VerifyInheritanceHelper Structure
Supports the WRL infrastructure and is not intended to be used directly from your code.
template <
typename I,
typename Base
>
struct VerifyInheritanceHelper;
template <
typename I
>
struct VerifyInheritanceHelper<I, Nil>;
Parameters
I
A type.Base
Another type.
Remarks
Tests whether one interface is derived from another interface.
Members
Public Methods
Name |
Description |
---|---|
Tests the two interfaces specified by the current template parameters and determines whether one interface is derived from the other. |
Inheritance Hierarchy
VerifyInheritanceHelper
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details