Condividi tramite


VerifyInheritanceHelper Structure

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at VerifyInheritanceHelper Structure.

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

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
VerifyInheritanceHelper::Verify Method 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

See Also

Microsoft::WRL::Details Namespace