Contents

hash

A hash calculation callback for your program-defined info pointer. Can be NULL.

Declaration

var hash: ((UnsafeRawPointer?) -> CFHashCode)!

Parameters

Return Value

A hash code value for info.

Discussion

If a hash callback is not provided for a source, the info pointer is used.

See Also

Callbacks