Replaces the contents with count copies of value.
Declared in <absl/container/chunked_queue.h>
void
assign(
size_type count,
T const& value);
| Name | Description |
|---|---|
| count | The number of elements to create. |
| value | The value to copy into each element. |