boost::urls::grammar::recycled_ptr::operator=
Assignment
Synopses
Declared in <boost/url/grammar/recycled.hpp>
Assignment
recycled_ptr&
operator=(recycled_ptr const& other) noexcept;
Assignment
recycled_ptr&
operator=(recycled_ptr&& other) noexcept;
Parameters
Name | Description |
---|---|
other |
The pointer to copy from |
Created with MrDocs