![]() |
Home | Libraries | People | FAQ | More |
Assignment.
recycled_ptr& operator=( recycled_ptr const& other);
If other references an
object, this acquires shared ownership and references the same recycle
bin as other. The previous
object if any is released.
this->[link url.ref.boost__urls__grammar__recycled_ptr.release `release`]()
&this->[link url.ref.boost__urls__grammar__recycled_ptr.bin `bin`]() == &other->bin() && this->[link url.ref.boost__urls__grammar__recycled_ptr.get `get`]() == other.get()
Throws nothing.
|
Name |
Description |
|---|---|
|
|
The pointer to copy from |