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
Name |
Description |
first |
beginning of the range (inclusive) |
last |
end of the range (exclusive) |
Created with MrDocs