clear method

void clear()

Clears the queue

Implementation

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