[#bsl-vector-086-operator_assign-0ba] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::operator= :relfileprefix: ../../ :mrdocs: NOTE: This function has been implemented inline due to an issue with the Sun compiler. == Synopses Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]& xref:bsl/vector-086/operator_assign-0b5.adoc[operator=](xref:bsl/vector-086.adoc[vector] const& rhs); ---- [.small]#xref:bsl/vector-086/operator_assign-0b5.adoc[_» more..._]# NOTE: This function has been implemented inline due to an issue with the Sun compiler. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086.adoc[vector]& xref:bsl/vector-086/operator_assign-00.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<vector<VALUE_TYPE*, ALLOCATOR>>] rhs) noexcept(/* see-below */); ---- [.small]#xref:bsl/vector-086/operator_assign-00.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]& xref:bsl/vector-086/operator_assign-01.adoc[operator=](std::initializer_list<VALUE_TYPE*> values); ---- [.small]#xref:bsl/vector-086/operator_assign-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#