Create a guard managing the specified queue and will invoke popComplete with the specified node and index.

Synopsis

Declared in <bdlcc_singleproducersingleconsumerboundedqueue.h>

SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard(
    TYPE* queue,
    NODE* node,
    Uint64 index);

Parameters

Name

Description

queue

queue that owns node

node

node passed to popComplete on destruction

index

pop index passed to popComplete on destruction

Created with MrDocs