Contents

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.

See Also

Working with Pointer and Object Values