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