tryPushBack overloads
Declared in <bdlcc_singleproducerqueueimpl.h>
Append the specified move-insertable value to the back of this queue.
int
tryPushBack(bslmf::MovableRef<TYPE> value);
» more...
Append the specified value to the back of this queue.
int
tryPushBack(TYPE const& value);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | move-insertable element to append to the queue |