[#boost-urls-string_token-arg-operator_assign-0f] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/string_token.adoc[string_token]::xref:boost/urls/string_token/arg.adoc[arg]::operator= :relfileprefix: ../../../../ :mrdocs: Deleted move assignment == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/string_token.hpp#L88[boost/url/grammar/string_token.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/string_token/arg.adoc[arg]& operator=(xref:boost/urls/string_token/arg.adoc[arg]&& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols=2] |=== | Name | Description | *other* | The object to move assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#