[#boost-urls-segments_ref-operator_assign-0d9] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/segments_ref.adoc[segments_ref]::operator= :relfileprefix: ../../../ :mrdocs: == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/segments_ref.hpp#L156[boost/url/segments_ref.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/segments_ref.adoc[segments_ref]& xref:boost/urls/segments_ref/operator_assign-0d4.adoc[operator=](xref:boost/urls/segments_ref.adoc[segments_ref] const& other); ---- [.small]#xref:boost/urls/segments_ref/operator_assign-0d4.adoc[_» more..._]# [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..._]# [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..._]# == Parameters |=== | Name | Description | *other* | The segments to assign. | *init* | The list of segments to assign. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#