clear method

void clear()

Clears the queue.

Implementation

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