[#bsl-vector-086-operator_assign-01] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::operator= :relfileprefix: ../../ :mrdocs: Assign a new value to this vector. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]& operator=(std::initializer_list<VALUE_TYPE*> values); ---- == Return Value reference providing modifiable access to this vector == Parameters [cols="1,4"] |=== | Name| Description | *values* | initializer list of elements |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#