folly::ProducerConsumerQueue::operator=

Copy assignment is deleted; the queue is not copyable.

Synopsis

Declared in <folly/ProducerConsumerQueue.h>

ProducerConsumerQueue&
operator=(ProducerConsumerQueue const& other) = delete;

Return Value

A reference to this queue.

Parameters

NameDescription
otherThe queue that would be assigned from.