[#absl-chunked_queue-assign-09] = xref:absl.adoc[absl]::xref:absl/chunked_queue.adoc[chunked_queue]::assign :relfileprefix: ../../ :mrdocs: Replaces the contents with copies of those in the range [first, last).] == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Iter> requires base_internal::IsAtLeastInputIterator<Iter>::value void assign( Iter first, Iter last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *first* | An iterator to the beginning of the range. | *last* | An iterator past the end of the range. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#