![]() |
Home | Libraries | People | FAQ | More |
Assignment.
recycled_ptr& operator=( recycled_ptr&& other);
If other
references an
object, ownership is transferred including a reference to the recycle
bin. After the move, the moved-from object is empty.
this->[link url.ref.boost__urls__grammar__recycled_ptr.release `release`]()
&this->[link url.ref.boost__urls__grammar__recycled_ptr.bin `bin`]() == &other->bin()
Throws nothing.
Name |
Description |
---|---|
|
The pointer to move from |