[#boost-urls-grammar-any_rule-operator_assign-01] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/any_rule.adoc[any_rule]::operator= :relfileprefix: ../../../../ :mrdocs: Assignment operators == Synopses Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/range_rule.hpp#Lundefined[boost/url/grammar/range_rule.hpp]>` Copy assignment operator [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/any_rule.adoc[any_rule]& xref:boost/urls/grammar/any_rule/operator_assign-0c.adoc[operator=](xref:boost/urls/grammar/any_rule.adoc[any_rule] const& other) noexcept; ---- [.small]#xref:boost/urls/grammar/any_rule/operator_assign-0c.adoc[_» more..._]# Move assignment operator [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/any_rule.adoc[any_rule]& xref:boost/urls/grammar/any_rule/operator_assign-06.adoc[operator=](xref:boost/urls/grammar/any_rule.adoc[any_rule]&& other) noexcept; ---- [.small]#xref:boost/urls/grammar/any_rule/operator_assign-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#