Copy assignment is deleted; the queue is not copyable.
Declared in <folly/ProducerConsumerQueue.h>
ProducerConsumerQueue&
operator=(ProducerConsumerQueue const& other) = delete;
A reference to this queue.
| Name | Description |
|---|---|
| other | The queue that would be assigned from. |