Method ADT.Priority_queue()->pop()

class ADT.Priority_queue

Method pop

ValueType pop()

Description

Removes and returns the item on top of the heap, which also is the smallest value in the heap.

See also

peek()