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

Name

Description

first

An iterator to the beginning of the range.

last

An iterator past the end of the range.

Created with MrDocs