Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.16 KB

File metadata and controls

50 lines (37 loc) · 1.16 KB
title unique (C++ COM Attribute) | Microsoft Docs
ms.custom
ms.date 10/02/2018
ms.technology
cpp-windows
ms.topic reference
f1_keywords
vc-attr.unique
dev_langs
C++
helpviewer_keywords
unique attribute
ms.assetid abd7ed14-5ae7-44a8-8333-0058e9c92b2f
author mikeblome
ms.author mblome
ms.workload
cplusplus
uwp

unique (C++)

Specifies a unique pointer.

Syntax

[unique]

Remarks

The unique C++ attribute has the same functionality as the unique MIDL attribute.

Example

See the ref example for a sample use of unique.

Requirements

Attribute Context

Applies to typedef, struct, union, interface parameter, interface method
Repeatable No
Required attributes None
Invalid attributes None

For more information about the attribute contexts, see Attribute Contexts.

See Also

IDL Attributes
Typedef, Enum, Union, and Struct Attributes
Parameter Attributes