Home | Libraries | People | FAQ | More |
Constructor.
recycled_ptr( 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->bin() == &other->bin() && ! this->empty() && other.empty()
Throws nothing.
Name |
Description |
---|---|
|
The pointer to move from |