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 will be empty.
this->release()
&this->bin() == &other->bin()
Throws nothing.
Name |
Description |
---|---|
|
The pointer to move from |