Contents

CFBinaryHeapApplierFunction

Callback function used to apply a function to all members of a binary heap.

Declaration

typealias CFBinaryHeapApplierFunction = (UnsafeRawPointer?, UnsafeMutableRawPointer?) -> Void

Parameters

See Also

Callbacks