Skip to content

Latest commit

 

History

History
51 lines (47 loc) · 947 Bytes

File metadata and controls

51 lines (47 loc) · 947 Bytes
title operator PTR | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
PTR
operator PTR
dev_langs
C++
helpviewer_keywords
PTR operator
operator PTR
ms.assetid df280f36-ca06-4578-b99d-0aa139b2b969
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

operator PTR

The first operator forces the expression to be treated as having the specified type. The second operator specifies a pointer to type.

Syntax

  
      type PTR expression  
[[distance]] PTR type  

See Also

Operators Reference