Constructs a queue with count default-inserted elements.
Declared in <absl/container/chunked_queue.h>
explicit
chunked_queue(
size_type count,
allocator_type const& alloc = allocator_type());
| Name | Description |
|---|---|
| count | The number of elements to create. |
| alloc | The allocator to use. |