pushBack overloads
Declared in <bdlcc_singleconsumerqueue.h>
Append 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...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | move-insertable value to append |