absl::chunked_queue::assign

Replaces the contents with copies of those in the range [first, last).]

Synopsis

Declared in <absl/container/chunked_queue.h>

template<typename Iter>
requires base_internal::IsAtLeastInputIterator<Iter>::value
void
assign(
    Iter first,
    Iter last);

Parameters

NameDescription
firstAn iterator to the beginning of the range.
lastAn iterator past the end of the range.