DerefHelper 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 DerefHelper Structure.

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*>;  

Parameters

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;.

Public Typedefs

NameDescription
DerefTypeIdentifier for the dereferenced template parameter T*.

DerefHelper

Header: async.h

Namespace: Microsoft::WRL::Details

Microsoft::WRL::Details Namespace

Show: