Create a popComplete guard managing the specified queue and node.
Declared in <bdlcc_boundedqueue.h>
BoundedQueue_PopCompleteGuard(
TYPE* queue,
NODE* node);
| Name | Description |
|---|---|
| queue | queue that owns node |
| node | node passed to popComplete on destruction |