Remove up to maxNumItems from the back without blocking.
Remove up to the specified maxNumItems from the back of this container. Note that to transfer the entire contents of a Deque d to a vector v, use d.removeAll(&v);.
| Name | Description |
|---|---|
| maxNumItems | maximum number of items to remove |