description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|---|
Learn more about: DerefHelper Structure |
DerefHelper Structure |
10/03/2018 |
reference |
|
|
86ded58b-c3ee-4a4f-bb86-4f67b895d427 |
Supports the WRL infrastructure and is not intended to be used directly from your code.
template <typename T>
struct DerefHelper;
template <typename T>
struct DerefHelper<T*>;
T
A template parameter.
Represent a dereferenced pointer to the T*
template parameter.
DerefHelper is used in an expression such as: ComPtr<Details::DerefHelper<ProgressTraits::Arg1Type>::DerefType> operationInterface;
.
Name | Description |
---|---|
DerefType |
Identifier for the dereferenced template parameter T* . |
DerefHelper
Header: async.h
Namespace: Microsoft::WRL::Details