[#BloombergLP-bdlcc-Queue-timedPopBack] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Queue.adoc[Queue]::timedPopBack :relfileprefix: ../../../ :mrdocs: Remove the last item in this queue and load that item value into the specified `buffer`. If this queue is empty, block until an item is available or until the specified `timeout` (expressed as the *ABSOLUTE* time from 00:00:00 UTC, January 1, 1970) expires. Return 0 on success, and a non‐zero value if the call timed out before an item was available. == Synopsis Declared in `<bdlcc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int timedPopBack( TYPE* buffer, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& timeout); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#