[#bsl-vector-0c8-operator_assign-08] = xref:bsl.adoc[bsl]::xref:bsl/vector-0c8.adoc[vector<void*>]::operator= :relfileprefix: ../../ :mrdocs: NOTE: This function has been implemented inline due to an issue with the Sun compiler. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-00d.adoc[vector<void*>]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<vector<void*, allocator<void*>>>] rhs) noexcept(/* see-below */); ---- == Exception specification This function is potentially-throwing unless `noexcept(this‐>d_impl = MoveUtil::move(MoveUtil::access(rhs).d_impl))`. [.small]#Created with https://www.mrdocs.com[MrDocs]#