[#boost-urls-segments_ref-operator_assign-0a] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/segments_ref.adoc[segments_ref]::operator= :relfileprefix: ../../../ :mrdocs: Assignment == Synopses Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/segments_ref.hpp#L157[boost/url/segments_ref.hpp]>` Assignment [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/segments_ref.adoc[segments_ref]& xref:boost/urls/segments_ref/operator_assign-0d.adoc[operator=](xref:boost/urls/segments_ref.adoc[segments_ref] const& other); ---- [.small]#xref:boost/urls/segments_ref/operator_assign-0d.adoc[_» more..._]# Assignment [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/segments_ref.adoc[segments_ref]& xref:boost/urls/segments_ref/operator_assign-0f.adoc[operator=](std::initializer_list<core::string_view> init); ---- [.small]#xref:boost/urls/segments_ref/operator_assign-0f.adoc[_» more..._]# Assignment [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/segments_ref.adoc[segments_ref]& xref:boost/urls/segments_ref/operator_assign-08.adoc[operator=](xref:boost/urls/segments_view.adoc[segments_view] const& other); ---- [.small]#xref:boost/urls/segments_ref/operator_assign-08.adoc[_» more..._]# == Return Value A reference to this object. == Parameters [cols=2] |=== | Name | Description | *other* | The segments to assign. | *init* | The list of segments to assign. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#