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