Function
pop
Deletes item with the highest priority and adjusts the priority queue.
pop(object)
Parameters
object
A priority queue.
Remarks
This function only deletes this item, but does not return it. To access the item use top.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de