BloombergLP::bdlcc::SingleProducerQueueImpl::pushBack

pushBack overloads

Synopses

Declared in <bdlcc_singleproducerqueueimpl.h>

Append the specified move-insertable value to the back of this queue.

int
pushBack(bslmf::MovableRef<TYPE> value);
» more...

Append the specified value to the back of this queue.

int
pushBack(TYPE const& value);
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
valuemove-insertable element to append to the queue