QueueImpl.pushBack

Adds an item on the back of the queue.

class QueueImpl(T, OverflowPolicy overflowPolicy)
nothrow
void
pushBack
(
T x
)

Meta