Contents

getValue(_:)

Copies the value into the specified buffer.

Declaration

func getValue(_ value: UnsafeMutableRawPointer)

Parameters

  • value:

    A buffer into which to copy the value. The buffer must be large enough to hold the value.

See Also

Working with Raw Values