Instance Property インスタンスプロパティ

nonretainedObjectValue

The value as a non-retained pointer to an object. あるオブジェクトへの非保有ポインタとしての値。

Declaration 宣言

var nonretainedObjectValue: Any? { get }

Discussion 議論

If the value was not created to hold a pointer-sized data item, the result is undefined. 値がポインタサイズのデータ項目を保持するために作成されなかったならば、結果は未定義です。

See Also 参照

Working with Pointer and Object Values ポインタおよびオブジェクト値を扱う