Attempt to append the specified value to the back of this queue without blocking.
Declared in <bdlcc_fixedqueue.h>
int
tryPushBack(TYPE const& value);
Return 0 on success, and a non-zero value if the queue is full or disabled.
0 on success, non-zero if full or disabled
| Name | Description |
|---|---|
| value | value to append |