VerifyInheritanceHelper Structure
Visual Studio 2015
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.
template < typename I, typename Base > struct VerifyInheritanceHelper; template < typename I > struct VerifyInheritanceHelper<I, Nil>;
Parameters
I
A type.
Base
Another type.
Tests whether one interface is derived from another interface.
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. |
VerifyInheritanceHelper
Header: implements.h
Namespace: Microsoft::WRL::Details
Show: