[#BloombergLP-bdlcc-FixedQueue-tryPushBack-08c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/FixedQueue.adoc[FixedQueue]::tryPushBack :relfileprefix: ../../../ :mrdocs: `tryPushBack` overloads == Synopses Declared in `<bdlcc_fixedqueue.h>` Attempt to append the specified move‐insertable `value` to the back of this queue without blocking. `value` is left in a valid but unspecified state. Return 0 on success, and a non‐zero value if the queue is full or disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/FixedQueue/tryPushBack-02.adoc[tryPushBack](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] value); ---- [.small]#xref:BloombergLP/bdlcc/FixedQueue/tryPushBack-02.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/FixedQueue/tryPushBack-087.adoc[tryPushBack](TYPE const& value); ---- [.small]#xref:BloombergLP/bdlcc/FixedQueue/tryPushBack-087.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#