Поделиться через


unique (C++)

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

ATL Samples