[#boost-urls-grammar-string_view_base-operator_assign] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/string_view_base.adoc[string_view_base]::operator= :relfileprefix: ../../../../ :mrdocs: Assignment == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/string_view_base.hpp#L94[boost/url/grammar/string_view_base.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base.adoc[string_view_base]& operator=(xref:boost/urls/grammar/string_view_base.adoc[string_view_base] const& other) = default; ---- == Return Value A reference to this object == Parameters [cols=2] |=== | Name | Description | *other* | The object to assign |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#