[#BloombergLP-bdlcc-BoundedQueue_PushExceptionCompleteProctor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::BoundedQueue_PushExceptionCompleteProctor :relfileprefix: ../../ :mrdocs: This class implements a proctor that invokes `TYPE::pushExceptionComplete` upon destruction unless `release` has been called. == Synopsis Declared in `<bdlcc_boundedqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class BoundedQueue_PushExceptionCompleteProctor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/BoundedQueue_PushExceptionCompleteProctor/2constructor.adoc[`BoundedQueue_PushExceptionCompleteProctor`] [.small]#[constructor]# | Create a `pushExceptionComplete` proctor that conditionally manages the specified `queue` (if non‐zero). | xref:BloombergLP/bdlcc/BoundedQueue_PushExceptionCompleteProctor/2destructor.adoc[`~BoundedQueue_PushExceptionCompleteProctor`] [.small]#[destructor]# | Destroy this object and, if `release` has not been invoked', invoke the managed queue's `pushExceptionComplete` method. | xref:BloombergLP/bdlcc/BoundedQueue_PushExceptionCompleteProctor/release.adoc[`release`] | Release from management the queue currently managed by this proctor. If no queue is currently managed, this method has no effect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#