QueueImpl.popBack

Removes an item from the back of the queue.

class QueueImpl(T, OverflowPolicy overflowPolicy)
nothrow
T
popBack
()

Return Value

Type: T

the removed item.

Meta