Replaces the contents with copies of those in the range [first, last).]
Declared in <absl/container/chunked_queue.h>
template<typename Iter>
requires base_internal::IsAtLeastInputIterator<Iter>::value
void
assign(
Iter first,
Iter last);
| Name | Description |
|---|---|
| first | An iterator to the beginning of the range. |
| last | An iterator past the end of the range. |