pushBack overloads
Declared in <bdlcc_fixedqueue.h>
Append move-insertable value to the back, blocking if necessary.
int
pushBack(bslmf::MovableRef<TYPE> value);
» more...
Append value to the back of this queue, blocking if necessary.
int
pushBack(TYPE const& value);
» more...
0 on success, and a nonzero value if the queue is disabled
| Name | Description |
|---|---|
| value | move-insertable value to append |