[#boost-urls-url_view-2constructor-08] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/url_view.adoc[url_view]::url_view :relfileprefix: ../../../ :mrdocs: Move constructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/url_view.hpp#Lundefined[boost/url/url_view.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr url_view(xref:boost/urls/url_view.adoc[url_view]&& other) noexcept = default; ---- == Parameters [cols="1,4"] |=== |Name|Description | *other* | The object to move construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#