[#BloombergLP-bdlcc-FixedQueue-pushBack-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/FixedQueue.adoc[FixedQueue]::pushBack :relfileprefix: ../../../ :mrdocs: `pushBack` overloads == Synopses Declared in `<bdlcc_fixedqueue.h>` Append the specified move‐insertable `value` to the back of this queue, blocking until either space is available ‐ if necessary ‐ or the queue is disabled. `value` is left in a valid but unspecified state. Return 0 on success, and a nonzero value if the queue is disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/FixedQueue/pushBack-05.adoc[pushBack](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] value); ---- [.small]#xref:BloombergLP/bdlcc/FixedQueue/pushBack-05.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/FixedQueue/pushBack-0b.adoc[pushBack](TYPE const& value); ---- [.small]#xref:BloombergLP/bdlcc/FixedQueue/pushBack-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#