bsl::vector<VALUE_TYPE*, ALLOCATOR>::assign

Assign a new value to this vector.

Synopsis

Declared in <bslstl_vector.h>

template<class INPUT_ITER>
void
assign(
    INPUT_ITER first,
    INPUT_ITER last);

Parameters

NameDescription
firstbeginning of the range (inclusive)
lastend of the range (exclusive)