Contents

CFBinaryHeapGetMinimum(_:)

Returns the minimum value in a binary heap.

Declaration

func CFBinaryHeapGetMinimum(_ heap: CFBinaryHeap!) -> UnsafeRawPointer!

Parameters

  • heap:

    The binary heap to use.

Return Value

The minimum value in heap as determined by the binary heap’s compare callback. If heap contains several equal minimum values, any one may be returned. If the value is a Core Foundation object, ownership follows the The Get Rule.

See Also

CFBinaryHeap Miscellaneous Functions