[#bsl-vector-02e-operator_assign-04] = xref:bsl.adoc[bsl]::xref:bsl/vector-02e.adoc[vector<char const*>]::operator= :relfileprefix: ../../ :mrdocs: NOTE: This function has been implemented inline due to an issue with the Sun compiler. == Synopses Declared in `<bslstl_vector.h>` 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-00d.adoc[vector<char const*>]& xref:bsl/vector-02e/operator_assign-06.adoc[operator=](xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<vector<char const*, allocator<char const*>>>] rhs) noexcept(/* see-below */); ---- [.small]#xref:bsl/vector-02e/operator_assign-06.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-00d.adoc[vector<char const*>]& xref:bsl/vector-02e/operator_assign-00.adoc[operator=](std::initializer_list<char const*> values); ---- [.small]#xref:bsl/vector-02e/operator_assign-00.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-00d.adoc[vector<char const*>]& xref:bsl/vector-02e/operator_assign-05.adoc[operator=](xref:bsl/vector-00d.adoc[vector<char const*>] const& rhs); ---- [.small]#xref:bsl/vector-02e/operator_assign-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#