unique (C++)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Specifies a unique pointer.
[unique]
The unique C++ attribute has the same functionality as the unique MIDL attribute.
See the ref example for a sample use of unique.
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.
IDL Attributes
Typedef, Enum, Union, and Struct Attributes
Parameter Attributes
Attributes Samples
Show: