[#BloombergLP-bdlcc-SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard :relfileprefix: ../../ :mrdocs: This class implements a guard that invokes `TYPE::popComplete` on a `NODE` upon destruction. == Synopsis Declared in `<bdlcc_singleproducersingleconsumerboundedqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class NODE> class SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard/2constructor.adoc[`SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard`] [.small]#[constructor]# | Create a guard managing the specified `queue` and will invoke `popComplete` with the specified `node` and `index`. | xref:BloombergLP/bdlcc/SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard/2destructor.adoc[`~SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard`] [.small]#[destructor]# | Destroy this object and invoke the `TYPE::popComplete`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#