Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.12 KB

derefhelper-structure.md

File metadata and controls

55 lines (36 loc) · 1.12 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: DerefHelper Structure
DerefHelper Structure
10/03/2018
reference
async/Microsoft::WRL::Details::DerefHelper
DerefHelper structure
86ded58b-c3ee-4a4f-bb86-4f67b895d427

DerefHelper Structure

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

Syntax

template <typename T>
struct DerefHelper;

template <typename T>
struct DerefHelper<T*>;

Parameters

T
A template parameter.

Remarks

Represent a dereferenced pointer to the T* template parameter.

DerefHelper is used in an expression such as: ComPtr<Details::DerefHelper<ProgressTraits::Arg1Type>::DerefType> operationInterface;.

Members

Public Typedefs

Name Description
DerefType Identifier for the dereferenced template parameter T*.

Inheritance Hierarchy

DerefHelper

Requirements

Header: async.h

Namespace: Microsoft::WRL::Details

See also

Microsoft::WRL::Details Namespace