Contents

CFBinaryHeapGetCount(_:)

Returns the number of values currently in a binary heap.

Declaration

func CFBinaryHeapGetCount(_ heap: CFBinaryHeap!) -> CFIndex

Parameters

  • heap:

    The binary heap to use.

Return Value

The number of values in heap.

See Also

CFBinaryHeap Miscellaneous Functions