Constructor
<boost/url/grammar/recycled.hpp>Constructor
recycled_ptr();
» more...
Constructor
recycled_ptr(recycled_ptr const& other) noexcept;
» more...
Constructor
recycled_ptr(recycled_ptr&& other) noexcept;
» more...
Constructor
recycled_ptr(std::nullptr_t value) noexcept;
» more...
Constructor
explicit
recycled_ptr(recycled<T>& bin);
» more...
Constructor
recycled_ptr(
recycled<T>& bin,
std::nullptr_t) noexcept;
» more...
| Name | Description |
|---|---|
| other | The pointer to copy |
| bin | The recycle bin to use |