Constructors
Declared in <folly/concurrency/container/LockFreeRingBuffer.h>
Copy construction is deleted.
LockFreeRingBuffer(LockFreeRingBuffer const& other) = delete;
» more...
Constructs a ring buffer holding the given number of writes.
explicit
LockFreeRingBuffer(uint32_t capacity) noexcept;
» more...
| Name | Description |
|---|---|
| other | Buffer to copy from. |
| capacity | The number of slots retained in the buffer. |