[#boost-urls-grammar-any_rule-operator_assign-06] = 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: Move assignment operator == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/range_rule.hpp#Lundefined[boost/url/grammar/range_rule.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/grammar/any_rule.adoc[any_rule]& operator=(xref:boost/urls/grammar/any_rule.adoc[any_rule]&& other) noexcept; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== |Name|Description | *other* | The object to move assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#