Assignment operators
Synopses
Declared in <folly/container/DynamicRingQueue.h>
Copy assignment is disabled.
DynamicRingQueue&
operator=(DynamicRingQueue const& other) = delete;
Move‐assigns the queue, leaving the source empty.
DynamicRingQueue&
operator=(DynamicRingQueue&& other) noexcept;
Return Value
A reference to this queue.
Parameters
Name |
Description |
other |
The queue that would be copied. |
Created with MrDocs