--- title: "unique (C++) | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "cpp-windows" ms.tgt_pltfrm: "" ms.topic: "language-reference" f1_keywords: - "vc-attr.unique" dev_langs: - "C++" helpviewer_keywords: - "unique attribute" ms.assetid: abd7ed14-5ae7-44a8-8333-0058e9c92b2f caps.latest.revision: 9 author: "mikeblome" ms.author: "mblome" 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" --- # unique (C++) Specifies a unique pointer. ## Syntax ``` [unique] ``` ## Remarks The **unique** C++ attribute has the same functionality as the [unique](http://msdn.microsoft.com/library/windows/desktop/aa367294) MIDL attribute. ## Example See the [ref](../windows/ref-cpp.md) 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](../windows/attribute-contexts.md). ## See Also [IDL Attributes](../windows/idl-attributes.md) [Typedef, Enum, Union, and Struct Attributes](../windows/typedef-enum-union-and-struct-attributes.md) [Parameter Attributes](../windows/parameter-attributes.md)