Append value to the back of this queue, blocking if necessary.

Synopsis

Declared in <bdlcc_fixedqueue.h>

int
pushBack(TYPE const& value);

Description

Append the specified value to the back of this queue, blocking until either space is available ‐ if necessary ‐ or the queue is disabled. Return 0 on success, and a nonzero value if the queue is disabled.

Return Value

0 on success, and a nonzero value if the queue is disabled

Parameters

Name

Description

value

value to append

Created with MrDocs