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