VerifyInterfaceHelper Structure
Supports the Windows Runtime C++ Template Library infrastructure and is not intended to be used directly from your code.
template <
bool isWinRTInterface,
typename I
>
struct VerifyInterfaceHelper;
template <
typename I
>
struct VerifyInterfaceHelper<false, I>;
Parameters
I
An interface to verify.isWinRTInterface
Remarks
Verifies that the interface specified by the template parameter meets certain requirements.
Members
Public Methods
Name |
Description |
---|---|
Inheritance Hierarchy
VerifyInterfaceHelper
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details