PriorityQueue::next

(Available since version 1.0)

PriorityQueue::nextMove to the next node

Description

public void PriorityQueue::next ( void )

Extracts the top node from the queue.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top