[#BloombergLP-bdlcc-FixedQueue-tryPushBack-087] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/FixedQueue.adoc[FixedQueue]::tryPushBack :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlcc_fixedqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int tryPushBack(TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#