[#boost-urls-grammar-recycled_ptr-2constructor-0f] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/grammar.adoc[grammar]::xref:boost/urls/grammar/recycled_ptr.adoc[recycled_ptr]::recycled_ptr :relfileprefix: ../../../../ :mrdocs: Constructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/recycled.hpp#L341[boost/url/grammar/recycled.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- recycled_ptr(xref:boost/urls/grammar/recycled_ptr.adoc[recycled_ptr]&& other) noexcept; ---- == Description If `other` references an object, ownership is transferred including a reference to the recycle bin. After the move, the moved‐from object is empty. === Postconditions [,cpp] ---- &this->bin() == &other->bin() && ! this->empty() && other.empty() ---- === Exception Safety Throws nothing. == Parameters |=== | Name | Description | *other* | The pointer to move from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#