[#BloombergLP-bdlcc-SingleProducerQueueImpl_PopCompleteGuard-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SingleProducerQueueImpl_PopCompleteGuard.adoc[SingleProducerQueueImpl_PopCompleteGuard]::SingleProducerQueueImpl_PopCompleteGuard :relfileprefix: ../../../ :mrdocs: Create a `popComplete` guard managing the specified `queue` and `node` that will cause the empty condition to be signalled if the specified `isEmpty` is `true`. == Synopsis Declared in `<bdlcc_singleproducerqueueimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SingleProducerQueueImpl_PopCompleteGuard( TYPE* queue, NODE* node, bool isEmpty); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#