clear method

void clear()

Clears the priority queue.

Implementation

void clear() {
  _heap.clear();
}