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

pointerValue

Returns the value as an untyped pointer. 値を型無しポインタとして返します。

Declaration 宣言

var pointerValue: UnsafeMutableRawPointer? { get }

Return Value 戻り値

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

See Also 参照

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