BloombergLP::bdlcc::FixedQueue_PushProctor::FixedQueue_PushProctor

Create a proctor that manages the specified queue and, unless release is called, will remove and destroy all the elements from queue starting at the specified index in the specified generation. The behavior is undefined unless index and generation refers to a valid element in queue.

Synopsis

Declared in <bdlcc_fixedqueue.h>

FixedQueue_PushProctor(
    FixedQueue<VALUE>* queue,
    unsigned int generation,
    unsigned int index);