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