Remove all elements from this queue.
Remove all elements from this queue. If the optionally specified buffer is not 0, append to buffer a copy of each element removed (in front-to-back order of the elements in the queue prior to the invocation of this method).
| Name | Description |
|---|---|
| buffer | optional vector to receive copies of removed elements |