Structure

ObjectIdentifier

A unique identifier for a class instance or metatype. あるクラスインスタンスまたはメタタイプのための固有な識別子。

Declaration 宣言

@frozen struct ObjectIdentifier

Overview 概要

This unique identifier is only valid for comparisons during the lifetime of the instance. この固有識別子は、インスタンスのライフタイムの間での比較に対してだけ有効です。

In Swift, only class instances and metatypes have unique identities. There is no notion of identity for structs, enums, functions, or tuples. Swiftでは、クラスインスタンスとメタタイプだけが固有な識別子を持ちます。構造体、列挙、関数、またはタプルに対して識別の観念はありません。

Topics 話題

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Operator Functions 演算子関数

Relationships 関係

See Also 参照

Querying Runtime Values 実行時値の問い合わせ