[#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` without blocking. [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. [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..._]# == Return Value 0 on success, non‐zero if full or disabled == Parameters [cols="1,4"] |=== | Name| Description | *value* | move‐insertable value to append |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#