CFBinaryHeapApplierFunction
Callback function used to apply a function to all members of a binary heap.
Declaration
typealias CFBinaryHeapApplierFunction = (UnsafeRawPointer?, UnsafeMutableRawPointer?) -> VoidParameters
- val:
The current value from the binary heap.
- context:
The program-defined context parameter given to the Cfbinaryheapapplyfunction(_:_:_:) function.